Click or drag to resize
PropertiesLoad Method
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: 9.0.6.18
Syntax
public void Load(
	string fileName
)

Parameters

fileName
Type: SystemString
the name of the file
See Also