ProfilePropertyLoader.ValueEx Method
Returns the values of the specified profile property for the loaded profile.
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.StringThe name of the profile property.
Return Value
Type: []
The values of the profile property.
Remarks
This method returns an array of the values of the specified profile property.