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

Get the type of the destination being bridged from.

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

Syntax

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

Return Value

DestinationType.Queue if the destination being bridged from is a queue or DestinationType.Topic if it is a topic.

See Also