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

Determine if the prefetch setting for this queue is inherited from a parent queue.

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

Syntax

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

Return Value

true if the prefetch setting for this queue is inherited from a parent queue.

See Also