IRegionTKey, TValueFullPath Property |
Gets the region's full path, which can be used to get this region object
with [!:Cache.GetRegion].
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxReadOnly Property FullPath As String
Get
property String^ FullPath {
String^ get ();
}
abstract FullPath : string with get
Return Value
Type:
String
region's pathname
See Also