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

See also

Reference

PropertyBaseManager<T> class

PropertyBaseManager<T> members

Microsoft.Office.Server.UserProfiles namespace