IEdmStructuredValue.FindPropertyValue Method

Finds the value corresponding to the provided property name.

Namespace:  Microsoft.Data.Edm.Values
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Function FindPropertyValue ( _
    propertyName As String _
) As IEdmPropertyValue
'Usage
Dim instance As IEdmStructuredValue 
Dim propertyName As String 
Dim returnValue As IEdmPropertyValue 

returnValue = instance.FindPropertyValue(propertyName)
IEdmPropertyValue FindPropertyValue(
    string propertyName
)
IEdmPropertyValue^ FindPropertyValue(
    String^ propertyName
)
abstract FindPropertyValue : 
        propertyName:string -> IEdmPropertyValue
function FindPropertyValue(
    propertyName : String
) : IEdmPropertyValue

Parameters

  • propertyName
    Type: System.String
    The property to find the value of.

Return Value

Type: Microsoft.Data.Edm.Values.IEdmPropertyValue
The found property, or null if no property was found.

See Also

Reference

IEdmStructuredValue Interface

Microsoft.Data.Edm.Values Namespace