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

Get or set the destination type for this factory.

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

Syntax

public DestinationType DestinationType { get; set; }
Public Property DestinationType As DestinationType
public:
property DestinationType DestinationType {
	DestinationType get ();
	void set (DestinationType value);
}

Return Value

the destination type for this factory. DestinationType.Queue, DestinationType.Topic or DestinationType.All if it is a generic factory.

See Also