OrganizationProfile.RemoveMember method (Int64)
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 ( _
userRecordID As Long _
)
'Uso
Dim instance As OrganizationProfile
Dim userRecordID As Long
instance.RemoveMember(userRecordID)
[ObsoleteAttribute("This class is no longer supported.")]
public void RemoveMember(
long userRecordID
)
Parâmetros
userRecordID
Type: System.Int64O identificador do registro associado ao usuário a ser removido.