Gets or sets the search sort

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public SearchSort Sort { get; set; }
Visual Basic (Declaration)
Public Property Sort As SearchSort
Visual C++
public:
property SearchSort Sort {
	SearchSort get ();
	void set (SearchSort value);
}

See Also