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

Determine if the expiry override property was inheritied from a parent destination or set directly for this destination.

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

Syntax

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

Return Value

true if the expiry override property was inherited.

See Also