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

Indicates if this subscription is durable.

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

Syntax

public bool IsDurable { get; }
Public ReadOnly Property IsDurable As Boolean
public:
property bool IsDurable {
	bool get ();
}

Return Value

true if this subscription is durable, false otherwise.

See Also