Share via


UserProfileManager.RemoveUserProfile Method (String)

NOTE: This API is now obsolete.

Obsolete.

Namespace:  Microsoft.SharePoint.Portal.UserProfiles
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("Microsoft.SharePoint.Portal.UserProfiles.UserProfileManager is obsolete; use class "Microsoft.Office.Server.UserProfiles.UserProfileManager" instead")> _
Public Sub RemoveUserProfile ( _
    strAccountName As String _
)
'Usage
Dim instance As UserProfileManager
Dim strAccountName As String

instance.RemoveUserProfile(strAccountName)
[ObsoleteAttribute("Microsoft.SharePoint.Portal.UserProfiles.UserProfileManager is obsolete; use class "Microsoft.Office.Server.UserProfiles.UserProfileManager" instead")]
public void RemoveUserProfile(
    string strAccountName
)

Parameters

See Also

Reference

UserProfileManager Class

UserProfileManager Members

RemoveUserProfile Overload

Microsoft.SharePoint.Portal.UserProfiles Namespace