MembershipData Class
Contains information about a membership.
Inheritance Hierarchy
System.Object
[UserProfileService Web service].MembershipData
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
Syntax
'Declaration
<SerializableAttribute> _
Public Class MembershipData
'Usage
Dim instance As MembershipData
[SerializableAttribute]
public class MembershipData
Remarks
For more information about working with properties with multiple values, see User Profile Properties Overview. For a code example about how to set and create multivalue properties, see How to: Set Multiple Values to a Multivalue Property and How to: Create Multivalue Properties.
For more information about memberships, 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.