SystemProperties.AppDomainEnabled Property |
Whether client is running in multiple AppDomain or not.
Default value is "false".
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool AppDomainEnabled { get; }
Public ReadOnly Property AppDomainEnabled As Boolean
Get
public:
property bool AppDomainEnabled {
bool get ();
}
member AppDomainEnabled : bool with get
Return Value
Type:
Booleantrue if enabled
See Also