Share via


IProfileProvider.GetProfileValue Method

Obtains the specified profile property value for the current user.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Function GetProfileValue ( _
    propertyName As String _
) As Object
'Usage
Dim instance As IProfileProvider
Dim propertyName As String
Dim returnValue As Object

returnValue = instance.GetProfileValue(propertyName)
Object GetProfileValue(
    string propertyName
)

Parameters

  • propertyName
    Type: System.String

    Name of the property to obtain.

Return Value

Type: System.Object
The value of the property.

See Also

Reference

IProfileProvider Interface

IProfileProvider Members

Microsoft.BusinessData.Runtime Namespace