ProfilePropertyLoader.ValueEx Method (String)

Returns the value(s) of the specified profile property for the current user.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Function ValueEx ( _
    strPropName As String _
) As Object()
'Usage
Dim instance As ProfilePropertyLoader
Dim strPropName As String
Dim returnValue As Object()

returnValue = instance.ValueEx(strPropName)
public Object[] ValueEx(
    string strPropName
)

Parameters

  • strPropName
    Type: System.String
    The name of the profile property.

Return Value

Type: []
The value(s) of the profile property.

See Also

Reference

ProfilePropertyLoader Class

ProfilePropertyLoader Members

ValueEx Overload

Microsoft.SharePoint.Portal.WebControls Namespace