[TIBCO.EMS .NET Admin client library 7.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get or set the description of this user or group.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public string Description { get; set; } |
Public Property Description As String |
public: property String^ Description { String^ get (); void set (String^ value); } |
Return Value
the description of this user or group.
Remarks
If the user or group is external then it is an error to
attempt to change its description.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if the user or group is external. |