Share via


ODataPath.NavigationSource Property

 

Gets or sets the navigation source of the path.

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

Syntax

public IEdmNavigationSource NavigationSource { get; }
public:
property IEdmNavigationSource^ NavigationSource {
    IEdmNavigationSource^ get();
}
member NavigationSource : IEdmNavigationSource with get
Public ReadOnly Property NavigationSource As IEdmNavigationSource

Property Value

Type: Microsoft.OData.Edm.IEdmNavigationSource

See Also

ODataPath Class
System.Web.OData.Routing Namespace

Return to top