ODataNestedResourceInfoWrapper.NestedItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the nested items that are part of this nested resource info.
public System.Collections.Generic.IList<Microsoft.AspNet.OData.Formatter.Deserialization.ODataItemBase> NestedItems { get; }
member this.NestedItems : System.Collections.Generic.IList<Microsoft.AspNet.OData.Formatter.Deserialization.ODataItemBase>
Public ReadOnly Property NestedItems As IList(Of ODataItemBase)