[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the array of all UserInfos known to the server.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public UserInfo[] Users { get; } |
Public ReadOnly Property Users As UserInfo() |
public: property array<UserInfo^>^ Users { array<UserInfo^>^ get (); } |
Return Value
the array of all UserInfos known to the server.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |