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 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