Share via


MemberGroupManager.GetMemberGroupBySourceAndSourceReference method

Gets a member group by using the source and sourceReference parameters.

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

Syntax

'Declaration
Public Function GetMemberGroupBySourceAndSourceReference ( _
    source As Guid, _
    sourceReference As String _
) As MemberGroup
'Usage
Dim instance As MemberGroupManager
Dim source As Guid
Dim sourceReference As String
Dim returnValue As MemberGroup

returnValue = instance.GetMemberGroupBySourceAndSourceReference(source, _
    sourceReference)
public MemberGroup GetMemberGroupBySourceAndSourceReference(
    Guid source,
    string sourceReference
)

Parameters

  • source
    Type: System.Guid

    The globally unique identifier (GUID) for the member group.

  • sourceReference
    Type: System.String

    The membership source unique reference for the member group.

Return value

Type: Microsoft.Office.Server.UserProfiles.MemberGroup
The MemberGroup object.

Remarks

The membership source uses the SourceReference value to uniquely reference the group. For example, the membership source unique reference for the Active Directory directory service is the distinguished name. For SharePoint sites, it is the ID.

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.

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

MemberGroupManager class

MemberGroupManager members

Microsoft.Office.Server.UserProfiles namespace