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

Namespace: Huagati.LinqToSQL.Profiler.Filters
Assembly: HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.33.3996.16059

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