MembershipData class

Contains information about a membership.

Inheritance hierarchy

System.Object
  WebSvcUserProfileService.MembershipData

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

Syntax

'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService")> _
Public Class MembershipData
'Usage
Dim instance As MembershipData
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService")]
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.

See also

Reference

MembershipData members

WebSvcUserProfileService namespace