MembershipGroupType Enumeration
Defines the type of the membership group.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Enumeration MembershipGroupType
'Usage
Dim instance As MembershipGroupType
public enum MembershipGroupType
Members
Member name | Description | |
---|---|---|
UserSpecified | Membership group is a custom membership group. | |
DistributionList | Membership group is a Distribution List (DL). | |
SharePointSite | Membership group is a SharePoint site. |
Remarks
For more information about types of membership groups, 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.