MembershipSortDirection Enumeration
Defines the order to sort the membership in.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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.