PropertyBaseManager<T>.RemoveByName Method
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