Share via


NavigationPathSegment.NavigationProperty Property

 

Gets the navigation property being accessed by this segment.

Namespace:   System.Web.Http.OData.Routing
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public IEdmNavigationProperty NavigationProperty {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property IEdmNavigationProperty^ NavigationProperty {
    [CompilerGeneratedAttribute]
    IEdmNavigationProperty^ get();
    [CompilerGeneratedAttribute]
    private: void set(IEdmNavigationProperty^ value);
}
member NavigationProperty : IEdmNavigationProperty with get, private set
Public Property NavigationProperty As IEdmNavigationProperty
    Get
    Private Set
End Property

Property Value

Type: Microsoft.Data.Edm.IEdmNavigationProperty

See Also

NavigationPathSegment Class
System.Web.Http.OData.Routing Namespace

Return to top