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

Get or set the description of this destination.

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 destination.

Remarks

Deprecated as of release 4.4.0 because destinations never had a description property.

See Also