Reads property values from a file, overriding what is currently
in the properties object.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void Load(
string fileName
)
Public Sub Load (
fileName As String
)
public:
void Load(
String^ fileName
)
member Load :
fileName : string -> unit
Parameters
- fileName
- Type: SystemString
the name of the file
See Also