Gets a property.
Namespace: Hazelcast.Config
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
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