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

This class represents a group on the Tibjms server.

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

Syntax

public class GroupInfo : PrincipalInfo
Public Class GroupInfo _
	Inherits PrincipalInfo
public ref class GroupInfo : public PrincipalInfo

Remarks

A group can contain users (but not other groups) and can be a principal in access control.

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS.ADMIN..::.PrincipalInfo
    TIBCO.EMS.ADMIN..::.GroupInfo

See Also