UserProfile.Memberships Property
Gets the membership manager for the user profile.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Memberships As MembershipManager
Get
'Usage
Dim instance As UserProfile
Dim value As MembershipManager
value = instance.Memberships
public MembershipManager Memberships { get; }
Property Value
Type: Microsoft.Office.Server.UserProfiles.MembershipManager
A MembershipManager object representing the membership manager.