OrganizationProfileManager.RemoveProfile Method

Removes the specified organization profile from the user profile database.

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

Syntax

'Declaration
Public Overrides Sub RemoveProfile ( _
    profile As ProfileBase _
)
'Usage
Dim instance As OrganizationProfileManager
Dim profile As ProfileBase

instance.RemoveProfile(profile)
public override void RemoveProfile(
    ProfileBase profile
)

Parameters

Remarks

The organization profile is specified as a ProfileBase.

See Also

Reference

OrganizationProfileManager Class

OrganizationProfileManager Members

Microsoft.Office.Server.UserProfiles Namespace