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

Determine if the overflowPolicy property was inherited 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 OverflowPolicyInherited { get; }
Public ReadOnly Property OverflowPolicyInherited As Boolean
public:
property bool OverflowPolicyInherited {
	bool get ();
}

Return Value

true if the overflowPolicy property was inherited.

See Also