Share via


MemberGroup.Source property

Gets the membership source for the member group.

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

Syntax

'Declaration
Public ReadOnly Property Source As MembershipSource
    Get
'Usage
Dim instance As MemberGroup
Dim value As MembershipSource

value = instance.Source
public MembershipSource Source { get; }

Property value

Type: Microsoft.Office.Server.UserProfiles.MembershipSource
The membership source.

Remarks

The source type of a membership can be a distribution list, a SharePoint site, or a custom membership source. For more information, see the MembershipSource enumeration.

See also

Reference

MemberGroup class

MemberGroup members

Microsoft.Office.Server.UserProfiles namespace