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