MembershipSortDirection enumeration

Defines the order to sort the membership in.

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

Syntax

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

Members

Member name Description
ASC Sort the membership in ascending order.
DSC Sort the membership in descending order.

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