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

Returns consumer's destination type. Returned value is one of {Queue} or {Topic}.

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

Syntax

public DestinationType DestinationType { get; }
Public ReadOnly Property DestinationType As DestinationType
public:
property DestinationType DestinationType {
	DestinationType get ();
}

Return Value

consumer's destination type.

See Also