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

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

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

Syntax

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

Return Value

the delivery mode.

See Also