GroupConfig Class | 
Namespace: Hazelcast.Config
The GroupConfig type exposes the following members.
| Name | Description | |
|---|---|---|
| GroupConfig | Creates a GroupConfig with default group-name and group-password.  | |
| GroupConfig(String) | Creates a GroupConfig with the given group-name and default group-password  | |
| GroupConfig(String, String) | Creates a GroupConfig with the given group-name and group-password  | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Overrides ObjectEquals(Object).) | |
| GetHashCode | Serves as the default hash function.  (Overrides ObjectGetHashCode.) | |
| GetName | Gets the name of the group.  | |
| GetPassword | Gets the password to connec to to the group.  | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| SetName | Sets the group name.  | |
| SetPassword | Sets the password.  | |
| ToString | Returns a string that represents the current object.  (Overrides ObjectToString.) | 
| Name | Description | |
|---|---|---|
| DefaultGroupName | 
            Default group name.
              | |
| DefaultGroupPassword | 
            Default group password.
              |