Reads property values from a file, overriding what is currently
in the properties object.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public void Load( string fileName ) |
| Visual Basic (Declaration) |
|---|
Public Sub Load ( _ fileName As String _ ) |
| Visual C++ |
|---|
public: void Load ( String^ fileName ) |
Parameters
- fileName
- String
the name of the file
See Also
Properties Class
GemStone.GemFire.Cache Namespace