Returns the name of this cache.
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 string name of this cache
Remarks
This method does not throw
CacheClosedException if the cache is closed.
See Also
Cache Class
GemStone.GemFire.Cache Namespace