Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes an organization profile with the specified record identifier from the user profile database.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub RemoveOrganizationProfile ( _
recordID As Long _
)
'Usage
Dim instance As OrganizationProfileManager
Dim recordID As Long
instance.RemoveOrganizationProfile(recordID)
public void RemoveOrganizationProfile(
long recordID
)
Parameters
- recordID
Type: System.Int64
See Also
Reference
OrganizationProfileManager Class