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

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

Return Value

true if the maxMsgs property was inherited.

See Also