Share via


MembershipData.MemberGroup property

Gets or sets the member group of the membership.

Namespace:  WebSvcUserProfileService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

'Declaration
Public Property MemberGroup As MemberGroupData
    Get
    Set
'Usage
Dim instance As MembershipData
Dim value As MemberGroupData

value = instance.MemberGroup

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

Property value

Type: WebSvcUserProfileService.MemberGroupData
The member group of the membership.

See also

Reference

MembershipData class

MembershipData members

WebSvcUserProfileService namespace