ODataCollectionValue 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
集合的 OData 表示。
public sealed class ODataCollectionValue : Microsoft.OData.ODataValue
type ODataCollectionValue = class
inherit ODataValue
Public NotInheritable Class ODataCollectionValue
Inherits ODataValue
- 繼承
建構函式
ODataCollectionValue() |
集合的 OData 表示。 |
屬性
Items |
取得或設定包覆值中的項目。 |
TypeAnnotation |
用於儲存 @odata.type 的注釋。 (繼承來源 ODataAnnotatable) |
TypeName |
取得或設定集合值的類型。 |