OrganizationProfile.RemoveMember Method (Int64)
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
Public Sub RemoveMember ( _
userRecordID As Long _
)
'Usage
Dim instance As OrganizationProfile
Dim userRecordID As Long
instance.RemoveMember(userRecordID)
public void RemoveMember(
long userRecordID
)
Parameters
userRecordID
Type: System.Int64The record identifier associated with the user to be removed.