IEdmStructuredType.FindProperty Method

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.

Namespace:  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Function FindProperty ( _
    name As String _
) As IEdmProperty
'Usage
Dim instance As IEdmStructuredType 
Dim name As String 
Dim returnValue As IEdmProperty 

returnValue = instance.FindProperty(name)
IEdmProperty FindProperty(
    string name
)
IEdmProperty^ FindProperty(
    String^ name
)
abstract FindProperty : 
        name:string -> IEdmProperty
function FindProperty(
    name : String
) : IEdmProperty

Parameters

Return Value

Type: Microsoft.Data.Edm.IEdmProperty
The requested property, or null if no such property exists.

See Also

Reference

IEdmStructuredType Interface

Microsoft.Data.Edm Namespace