TIBCO EMS .NET API 8.4
TIBCO EMS .NET API 8.4
|
This class represents a group on the Tibjms server. More...
Public Member Functions | |
GroupInfo (string groupName, string description) | |
Public constructor to create a GroupInfo. More... | |
GroupInfo (string groupName) | |
Public constructor to create a GroupInfo with no description. More... | |
override string | ToString () |
Generate a string representation of this GroupInfo. More... | |
![]() | |
override string | ToString () |
Generate a string representation of this PrincipalInfo. More... | |
Properties | |
UserInfo[] | Users [get] |
Get the array of users that belong to this group. More... | |
![]() | |
string | Name [get] |
Get the name of this user or group. More... | |
string | Description [get, set] |
Get or set the description of this user or group. More... | |
bool | External [get] |
Indicates whether or not this user or group is external. More... | |
This class represents a group on the Tibjms server.
A group can contain users (but not other groups) and can be a principal in access control.
|
inline |
|
inline |
|
inline |
|
get |
Get the array of users that belong to this group.