PropertyCollection.GetPropertyByURI Method
Gets a property by URI.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function GetPropertyByURI ( _
strPropURI As String _
) As Property
'Usage
Dim instance As PropertyCollection
Dim strPropURI As String
Dim returnValue As [Property]
returnValue = instance.GetPropertyByURI(strPropURI)
public Property GetPropertyByURI(
string strPropURI
)
Parameters
- strPropURI
Type: System.String
The URI of the property.
Return Value
Type: Microsoft.Office.Server.UserProfiles.Property
Microsoft.SharePoint.Portal.UserProfiles.Property that contains the Property object.