PropertyBaseManager<T>.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 MustOverride 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 abstract void Remove(
string propertyURI,
string propertyName,
string sectionName
)
Parameters
- propertyURI
Type: System.String
- propertyName
Type: System.String
- sectionName
Type: System.String