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

Get the type of the destination that is the source for this bridge.

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

Syntax

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

Return Value

the source's type, either DestinationType.Queue or DestinationType.topic

See Also