Gets a property.
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax
Parameters
- name
- Type: SystemString
the name of the property to get.
Return Value
Type: Stringthe value of the property, null if not found
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | if name is null. |
Remarks
See Also