IEdmStructuredValue.FindPropertyValue(String) Method

Definition

Finds the value corresponding to the provided property name.

public Microsoft.OData.Edm.Vocabularies.IEdmPropertyValue FindPropertyValue (string propertyName);
abstract member FindPropertyValue : string -> Microsoft.OData.Edm.Vocabularies.IEdmPropertyValue
Public Function FindPropertyValue (propertyName As String) As IEdmPropertyValue

Parameters

propertyName
String

Property to find the value of.

Returns

The found property, or null if no property was found.

Applies to