Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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