ProfileSubtypePropertyManager.Remove Method (String, String, String)
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