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