Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.