ProfilePropertyLoader.GetProperty Method
Gets the property object for the profile property in the ProfilePropertyLoader.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetProperty ( _
strPropName As String _
) As Property
'Usage
Dim instance As ProfilePropertyLoader
Dim strPropName As String
Dim returnValue As [Property]
returnValue = instance.GetProperty(strPropName)
public Property GetProperty(
string strPropName
)
Parameters
strPropName
Type: System.StringThe name of the profile property.
Return Value
Type: Microsoft.Office.Server.UserProfiles.Property
A property object.
Remarks
This method gets the profile property with the specified name.