Sets the password.
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7
Syntax
Parameters
- password
- Type: SystemString
the password to set
Return Value
Type: GroupConfigthe updated GroupConfig.
Exceptions
Exception | Condition |
---|---|
ArgumentException | if password is null. |
Remarks
See Also