IEdmStructuredValue.FindPropertyValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.