Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the specified profile.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public MustOverride Sub RemoveProfile ( _
profile As ProfileBase _
)
'Usage
Dim instance As ProfileManagerBase
Dim profile As ProfileBase
instance.RemoveProfile(profile)
public abstract void RemoveProfile(
ProfileBase profile
)
Parameters
- profile
Type: Microsoft.Office.Server.UserProfiles.ProfileBase