SystemPropertiesCacheXmlFile Property |
Returns the name of the "cache.xml" file.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic string CacheXmlFile { get; }
Public ReadOnly Property CacheXmlFile As String
Get
public:
property String^ CacheXmlFile {
String^ get ();
}
member CacheXmlFile : string with get
Return Value
Type:
Stringthe filename
See Also