MembershipSource Enumeration
Defines the membership source.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Enumeration MembershipSource
'Usage
Dim instance As MembershipSource
public enum MembershipSource
Members
Member name | Description | |
---|---|---|
DistributionList | The source of the membership is a distribution list (DL). | |
SharePointSite | The source of the membership is a SharePoint site. | |
Other | The source of the membership is a custom membership that a user created. |
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.