Returns the name of this cache.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual string Name { get; }
Public Overridable ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get ();
}
abstract Name : string with get
override Name : string with get
Return Value
Type:
Stringthe string name of this cache
Implements
IGemFireCacheName
Remarks
This method does not throw
CacheClosedException if the cache is closed.
See Also