Click or drag to resize

GroupConfigSetPassword Method

Sets the password.

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
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