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 the profile or section property with the specified name from the database.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub RemoveByName ( _
name As String, _
isSection As Boolean _
)
'Usage
Dim instance As PropertyBaseManager
Dim name As String
Dim isSection As Boolean
instance.RemoveByName(name, isSection)
public void RemoveByName(
string name,
bool isSection
)
Parameters
- name
Type: System.String
- isSection
Type: System.Boolean