ODataCollectionValue.Items 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 or sets the items in the bag value.
public System.Collections.Generic.IEnumerable<object> Items { get; set; }
member this.Items : seq<obj> with get, set
Public Property Items As IEnumerable(Of Object)
Property Value
The items in the bag value.