CollectionNavigationNode.NavigationProperty Property

Gets the Navigation Property that defines this collection Node.

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public ReadOnly Property NavigationProperty As IEdmNavigationProperty 
    Get
'Usage
Dim instance As CollectionNavigationNode 
Dim value As IEdmNavigationProperty 

value = instance.NavigationProperty
public IEdmNavigationProperty NavigationProperty { get; }
public:
property IEdmNavigationProperty^ NavigationProperty {
    IEdmNavigationProperty^ get ();
}
member NavigationProperty : IEdmNavigationProperty
function get NavigationProperty () : IEdmNavigationProperty

Property Value

Type: Microsoft.Data.Edm.IEdmNavigationProperty
The navigation property that defines this collection node.

See Also

Reference

CollectionNavigationNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace