  | GroupConfigGetPassword Method  | 
 Gets the password to connec to to the group.
 
    Namespace: 
   Hazelcast.Config
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntaxpublic string GetPassword()
Public Function GetPassword As String
public:
String^ GetPassword()
member GetPassword : unit -> string 
Return Value
Type: 
Stringthe password
RemarksGets the password to connec to to the group.
See Also