RegionEventRegion Property |
Return the region this event occurred in.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic Region Region { get; }
Public ReadOnly Property Region As Region
Get
public:
property Region^ Region {
Region^ get ();
}
member Region : Region with get
Property Value
Type:
Region
See Also