MembershipManager Constructor
Initializes a new instance of the MembershipManager class.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub New ( _
userProfile As UserProfile _
)
'Usage
Dim userProfile As UserProfile
Dim instance As New MembershipManager(userProfile)
public MembershipManager(
UserProfile userProfile
)
Parameters
- userProfile
Type: Microsoft.Office.Server.UserProfiles.UserProfile
The UserProfile object of the membership manager.