[TIBCO.EMS .NET Admin client library 5.1 documentation]

Public constructor to create a GroupInfo.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public GroupInfo(
	string groupName,
	string description
)
Public Sub New ( _
	groupName As String, _
	description As String _
)
public:
GroupInfo(
	String^ groupName, 
	String^ description
)

Parameters

groupName
Type: System..::.String
the name of the new group.
description
Type: System..::.String
the description for the new group.

Remarks

The group will not be created on the server until the GroupInfo is passed to Admin.createGroup().

See Also