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 specified property 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
- propertyURI
Type: System.String
- propertyName
Type: System.String
- sectionName
Type: System.String
See Also
Reference
ProfileSubtypePropertyManager Class