PropertyCollection.RemovePropertyByURI Method
Removes the property from the user profile database by the URI of the property.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub RemovePropertyByURI ( _
strPropURI As String _
)
'Usage
Dim instance As PropertyCollection
Dim strPropURI As String
instance.RemovePropertyByURI(strPropURI)
public void RemovePropertyByURI(
string strPropURI
)
Parameters
- strPropURI
Type: System.String
The URI of the property to be removed from the user profile database.