Proprietà ODataCollectionValue.Items
Ottiene o imposta gli elementi nel valore del contenitore.
Spazio dei nomi Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Sintassi
'Dichiarazione
Public Property Items As IEnumerable
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Collections.IEnumerable
Elementi nel valore del contenitore.