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 inner navigation links.
Namespace: System.Web.Http.OData.Formatter.Deserialization
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public IList<ODataNavigationLinkWithItems> NavigationLinks {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property IList<ODataNavigationLinkWithItems^>^ NavigationLinks {
[CompilerGeneratedAttribute]
IList<ODataNavigationLinkWithItems^>^ get();
[CompilerGeneratedAttribute]
private: void set(IList<ODataNavigationLinkWithItems^>^ value);
}
member NavigationLinks : IList<ODataNavigationLinkWithItems> with get, private set
Public Property NavigationLinks As IList(Of ODataNavigationLinkWithItems)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IList<ODataNavigationLinkWithItems>
See Also
ODataEntryWithNavigationLinks Class
System.Web.Http.OData.Formatter.Deserialization Namespace
Return to top