|
TIBCO EMS .NET API 8.2
TIBCO EMS .NET API 8.2
|
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... | |
Public Member Functions inherited from TIBCO.EMS.ADMIN.PrincipalInfo | |
| 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... | |
Properties inherited from TIBCO.EMS.ADMIN.PrincipalInfo | |
| 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.