Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the items in the bag value.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Items As IEnumerable
Get
Set
'Usage
Dim instance As ODataCollectionValue
Dim value As IEnumerable
value = instance.Items
instance.Items = value
public IEnumerable Items { get; set; }
public:
property IEnumerable^ Items {
IEnumerable^ get ();
void set (IEnumerable^ value);
}
member Items : IEnumerable with get, set
function get Items () : IEnumerable
function set Items (value : IEnumerable)
Property Value
Type: System.Collections.IEnumerable
The items in the bag value.