GroupConfigSetPassword Method Hazelcast .Net Client Class Library
Sets the password.

Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.2.0
Syntax

public GroupConfig SetPassword(
	string password
)

Parameters

password
Type: SystemString
the password to set

Return Value

Type: GroupConfig
the updated GroupConfig.
Exceptions

ExceptionCondition
ArgumentExceptionif password is null.
Remarks

Sets the password.
See Also

Reference