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

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

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

Syntax

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

Return Value

the target's type, either DestinationType.Queue or DestinationType.Topic

See Also