Share via


ODataCollectionValue.Items Property

Definition

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.

Applies to