모음 값의 항목을 가져오거나 설정합니다.
네임스페이스: Microsoft.Data.OData
어셈블리: Microsoft.Data.OData(Microsoft.Data.OData.dll)
구문
‘선언
Public Property Items As IEnumerable
Get
Set
‘사용 방법
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)
속성 값
유형: System.Collections.IEnumerable
모음 값의 항목입니다.