Gets the region's full path, which can be used to get this region object
with GetRegion(String).
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public string FullPath{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property FullPath As String |
| Visual C++ |
|---|
public: property String^ FullPath { String^ get (); } |
Return Value
region's pathname
See Also
Region Class
GemStone.GemFire.Cache Namespace