Compartilhar via


ODataEntryWithNavigationLinks.NavigationLinks Property

 

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