MembershipData.MemberGroup Property
Gets or sets the member group of the membership.
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
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: [UserProfileService Web service].MemberGroupData
The member group of the membership.