PropertyCollection.RemovePropertyByURI Method
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyCollection" instead")> _
Public Sub RemovePropertyByURI ( _
strPropURI As String _
)
'Usage
Dim instance As PropertyCollection
Dim strPropURI As String
instance.RemovePropertyByURI(strPropURI)
[ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyCollection" instead")]
public void RemovePropertyByURI(
string strPropURI
)
Parameters
- strPropURI
Type: System.String