Share via


IEdmStructuredType.FindProperty(String) Method

Definition

Searches for a structural or navigation property with the given name in this type and all base types and returns null if no such property exists.

public Microsoft.OData.Edm.IEdmProperty FindProperty (string name);
abstract member FindProperty : string -> Microsoft.OData.Edm.IEdmProperty
Public Function FindProperty (name As String) As IEdmProperty

Parameters

name
String

The name of the property being found.

Returns

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

Applies to