UserProfile.ProfileManagerBase property

Gets the manager associated with this profile object.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Overrides NotOverridable ReadOnly Property ProfileManagerBase As ProfileManagerBase
    Get
'Usage
Dim instance As UserProfile
Dim value As ProfileManagerBase

value = instance.ProfileManagerBase
public override sealed ProfileManagerBase ProfileManagerBase { get; }

Property value

Type: Microsoft.Office.Server.UserProfiles.ProfileManagerBase
The manager associated with this profile object.

See also

Reference

UserProfile class

UserProfile members

Microsoft.Office.Server.UserProfiles namespace