EdmStructuredValue.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.
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.