SystemProperties Constructor (Properties) |
Constructor. Sets the default (hard-coded) values first, and then overwrites those with
any values found in the given properties.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic SystemProperties(
Properties properties
)
Public Sub New (
properties As Properties
)
public:
SystemProperties(
Properties^ properties
)
new :
properties : Properties -> SystemProperties
Parameters
- properties
- Type: GemStone.GemFire.CacheProperties
initialize with the given properties
See Also