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

Get all the groups known to the server.

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

Syntax

public GroupInfo[] Groups { get; }
Public ReadOnly Property Groups As GroupInfo()
public:
property array<GroupInfo^>^ Groups {
	array<GroupInfo^>^ get ();
}

Return Value

all the groups known to the server.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.

See Also