Represents the abstract class for all profile manager objects (including UserProfileManager and OrganizationProfileManager).
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _ <SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _ Public MustInherit Class ProfileManagerBase
Dim instance As ProfileManagerBase
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)] [SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)] public abstract class ProfileManagerBase