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