| GroupConfigSetName Method |
Sets the group name.
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax public 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 Remarks Sets the group name.
See Also