NavigationPathSegment.NavigationProperty Property
Gets the navigation property being accessed by this segment.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.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.OData.Edm.IEdmNavigationProperty
See Also
NavigationPathSegment Class
System.Web.OData.Routing Namespace
Return to top