FindPropertyValue Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Finds the value corresponding to the provided IEdmProperty.

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

Syntax

'Declaration
Function FindPropertyValue ( _
    property As IEdmProperty _
) As IEdmPropertyValue
'Usage
Dim instance As IEdmStructuredValue
Dim property As IEdmProperty
Dim returnValue As IEdmPropertyValue

returnValue = instance.FindPropertyValue(property)
IEdmPropertyValue FindPropertyValue(
    IEdmProperty property
)
IEdmPropertyValue^ FindPropertyValue(
    IEdmProperty^ property
)
abstract FindPropertyValue : 
        property:IEdmProperty -> IEdmPropertyValue 
function FindPropertyValue(
    property : IEdmProperty
) : IEdmPropertyValue

Parameters

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