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

Get or set the description of this user or group.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif the user or group is external.

See Also