| GroupConfigSetPassword Method |
Sets the password.
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax public GroupConfig SetPassword(
string password
)
Public Function SetPassword (
password As String
) As GroupConfig
public:
GroupConfig^ SetPassword(
String^ password
)
member SetPassword :
password : string -> GroupConfig
Parameters
- password
- Type: SystemString
the password to set
Return Value
Type:
GroupConfigthe updated
GroupConfig.
Exceptions Remarks Sets the password.
See Also