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