OrganizationProfile.RemoveMember method (Int64)

NOTE: This API is now obsolete.

Removes the specified user from the membership of this OrganizationProfile object.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is no longer supported.")> _
Public Sub RemoveMember ( _
    userRecordID As Long _
)
'Usage
Dim instance As OrganizationProfile
Dim userRecordID As Long

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

Parameters

  • userRecordID
    Type: System.Int64

    The record identifier associated with the user to be removed.

See also

Reference

OrganizationProfile class

OrganizationProfile members

RemoveMember overload

Microsoft.Office.Server.UserProfiles namespace