Readonly, indicates if the page reads portion of this filter is enabled

Namespace: HuagatiEFProfiler.Filters
Assembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092

Syntax

C#
public bool PageReadsUsed { get; private set; }
Visual Basic
Public Property PageReadsUsed As Boolean
	Get
	Private Set
Visual C++
public:
property bool PageReadsUsed {
	bool get ();
	private: void set (bool value);
}

See Also