Share via


EdmStructuredValue.FindPropertyValue(String) Method

Definition

Retrieves the value corresponding to the given property name. Returns null if no such value exists.

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

Parameters

propertyName
String

The property that describes the value being found.

Returns

The requested value, or null if no such value exists.

Implements

Applies to