Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
protected bool UseDefaultSorting { get; }
Visual Basic
Protected ReadOnly Property UseDefaultSorting As Boolean
	Get
Visual C++
protected:
property bool UseDefaultSorting {
	bool get ();
}
F#
member UseDefaultSorting : bool with get

Property Value

Type: Boolean

See Also