Condividi tramite


ODataNavigationLinkWithItems.NestedItems Property

 

Gets the nested items that are part of this navigation link.

Namespace:   System.Web.Http.OData.Formatter.Deserialization
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public IList<ODataItemBase> NestedItems {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property IList<ODataItemBase^>^ NestedItems {
    [CompilerGeneratedAttribute]
    IList<ODataItemBase^>^ get();
    [CompilerGeneratedAttribute]
    private: void set(IList<ODataItemBase^>^ value);
}
member NestedItems : IList<ODataItemBase> with get, private set
Public Property NestedItems As IList(Of ODataItemBase)
    Get
    Private Set
End Property

Property Value

Type: System.Collections.Generic.IList<ODataItemBase>

See Also

ODataNavigationLinkWithItems Class
System.Web.Http.OData.Formatter.Deserialization Namespace

Return to top