Share via


UserProfileMembershipChange.MemberGroup Property

Gets the member group for the membership.

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

Syntax

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

value = instance.MemberGroup
public MemberGroup MemberGroup { get; }

Property Value

Type: Microsoft.Office.Server.UserProfiles.MemberGroup
The member group for the membership.

Remarks

For more information about memberships and 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

UserProfileMembershipChange Class

UserProfileMembershipChange Members

Microsoft.Office.Server.UserProfiles Namespace