The number of levels in the multi-level resolution to be performed.

Syntax

C#
public int ResolutionLevelCount { get; }
Visual Basic
Public ReadOnly Property ResolutionLevelCount As Integer
	Get
Visual C++
public:
property int ResolutionLevelCount {
	int get ();
}
F#
member ResolutionLevelCount : int with get

See Also