  | GroupConfig Constructor (String) | 
 Creates a 
GroupConfig with the given group-name and default group-password
 
    Namespace: 
   Hazelcast.Config
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
Syntaxpublic GroupConfig(
	string name
)
Public Sub New ( 
	name As String
)
public:
GroupConfig(
	String^ name
)
new : 
        name : string -> GroupConfigParameters
- name
 - Type: SystemString
the name of the group 
Exceptions
See Also