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