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 wrapped ODataNavigationLink.
Namespace: System.Web.Http.OData.Formatter.Deserialization
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public ODataNavigationLink NavigationLink { get; }
public:
property ODataNavigationLink^ NavigationLink {
ODataNavigationLink^ get();
}
member NavigationLink : ODataNavigationLink with get
Public ReadOnly Property NavigationLink As ODataNavigationLink
Property Value
Type: Microsoft.Data.OData.ODataNavigationLink
See Also
ODataNavigationLinkWithItems Class
System.Web.Http.OData.Formatter.Deserialization Namespace
Return to top