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

Returns consumer's destination name.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public string DestinationName { get; }
Public ReadOnly Property DestinationName As String
public:
property String^ DestinationName {
	String^ get ();
}

Return Value

consumer's destination name.

See Also