MembershipSource Enumeration

Represents the source type of the membership.

Namespace:  websvcUserProfileService
Assembly:  MOSSSOAP (in MOSSSOAP.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration MembershipSource
'Usage
Dim instance As MembershipSource
[SerializableAttribute]
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.

See Also

Reference

websvcUserProfileService Namespace