Sort criteria for the new users list.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public UserSortCriteria SortBy { get; set; }
Visual Basic
Public Property SortBy As UserSortCriteria
	Get
	Set
Visual C++
public:
property UserSortCriteria SortBy {
	UserSortCriteria get ();
	void set (UserSortCriteria value);
}
F#
member SortBy : UserSortCriteria with get, set

Property Value

Type: UserSortCriteria

See Also