Share via


OrganizationProfile.RemoveMember method (String)

NOTE: This API is now obsolete.

Remove a associação deste objeto OrganizationProfile o usuário especificado.

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

Syntax

'Declaração
<ObsoleteAttribute("This class is no longer supported.")> _
Public Sub RemoveMember ( _
    strAccountName As String _
)
'Uso
Dim instance As OrganizationProfile
Dim strAccountName As String

instance.RemoveMember(strAccountName)
[ObsoleteAttribute("This class is no longer supported.")]
public void RemoveMember(
    string strAccountName
)

Parâmetros

  • strAccountName
    Type: System.String

    O nome da conta do usuário a ser removido.

Ver também

Referência

OrganizationProfile class

OrganizationProfile members

RemoveMember overload

Microsoft.Office.Server.UserProfiles namespace