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

Determine if the maxRedelivery property was inheritied from a parent queue or set directly for this queue.

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

Syntax

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

Return Value

true if the maxRedelivery property was inherited.

See Also