RegionAttributesPoolName Property |
This method returns the name of the attached pool.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic string PoolName { get; }
Public ReadOnly Property PoolName As String
Get
public:
property String^ PoolName {
String^ get ();
}
member PoolName : string with get
Return Value
Type:
Stringpool name
See Also