ProfileTypePropertyManager.Remove method (String, String, String)

Removes the property with the specified URI, property, or section name from the database.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Protected Overrides Sub Remove ( _
    propertyURI As String, _
    propertyName As String, _
    sectionName As String _
)
'Usage
Dim propertyURI As String
Dim propertyName As String
Dim sectionName As String

Me.Remove(propertyURI, propertyName, _
    sectionName)
protected override void Remove(
    string propertyURI,
    string propertyName,
    string sectionName
)

Parameters

See also

Reference

ProfileTypePropertyManager class

ProfileTypePropertyManager members

Remove overload

Microsoft.Office.Server.UserProfiles namespace