Constructor. Sets the default (hard-coded) values first, and then overwrites those with
any values found in the given properties.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public SystemProperties( Properties properties ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ properties As Properties _ ) |
| Visual C++ |
|---|
public: SystemProperties ( Properties^ properties ) |
Parameters
- properties
- Properties
initialize with the given properties
See Also
SystemProperties Class
GemStone.GemFire.Cache Namespace