  | GroupConfigSetName Method  | 
 Sets the group name.
 
    Namespace: 
   Hazelcast.Config
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntaxpublic GroupConfig SetName(
	string name
)
Public Function SetName ( 
	name As String
) As GroupConfig
public:
GroupConfig^ SetName(
	String^ name
)
member SetName : 
        name : string -> GroupConfig 
Parameters
- name
 - Type: SystemString
the name to set 
Return Value
Type: 
GroupConfigthe updated 
GroupConfig.
Exceptions| Exception | Condition | 
|---|
| ArgumentException | if name is null. | 
RemarksSets the group name.
See Also