DistributedSystemSystemProperties Property |
Returns the SystemProperties used to create this instance of a
DistributedSystem.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static SystemProperties SystemProperties { get; }
Public Shared ReadOnly Property SystemProperties As SystemProperties
Get
public:
static property SystemProperties^ SystemProperties {
SystemProperties^ get ();
}
static member SystemProperties : SystemProperties with get
Return Value
Type:
SystemPropertiesthe SystemProperties
See Also