MemberGroup.Source Property
Gets the membership source for the member group.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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.