MembershipSortType enumeration

Defines the type of sorting to do on a membership.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Enumeration MembershipSortType
'Usage
Dim instance As MembershipSortType
public enum MembershipSortType

Members

Member name Description
Alphabetical Sort by using alphabetical order.
Size Sort by the size of the membership.

Remarks

For more information about memberships, see Memberships Overview. For a code example about how to create a member group and add a member to the newly created group, see How to: Create Memberships.

See also

Reference

Microsoft.Office.Server.UserProfiles namespace