Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringName of the property to obtain.
Return Value
Type: System.Object
The value of the property.