  | GroupConfigSetPassword Method  | 
 Sets the password.
 
    Namespace: 
   Hazelcast.Config
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
Syntaxpublic 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
RemarksSets the password.
See Also