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

Get the delivery mode for messages imported from this transport to a queue.

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

Syntax

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

Return Value

the delivery mode.

See Also