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

Get or set the overflow policy for this destination.

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

Syntax

public OverflowPolicyType OverflowPolicy { get; set; }
Public Property OverflowPolicy As OverflowPolicyType
public:
property OverflowPolicyType OverflowPolicy {
	OverflowPolicyType get ();
	void set (OverflowPolicyType value);
}

Return Value

the overflow policy for this destination.

See Also