Get the name that identifies this DistributedSystem instance.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public string Name{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Name As String |
| Visual C++ |
|---|
public: property String^ Name { String^ get (); } |
Return Value
the name of the DistributedSystem instance.
See Also
DistributedSystem Class
GemStone.GemFire.Cache Namespace