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

Public constructor to create a GroupInfo with no description.

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

Syntax

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

Parameters

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

Remarks

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

See Also