ODataPropertyInfo 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示資源之單一屬性的相關資訊。
public class ODataPropertyInfo : Microsoft.OData.ODataItem
type ODataPropertyInfo = class
inherit ODataItem
Public Class ODataPropertyInfo
Inherits ODataItem
- 繼承
- 衍生
建構函式
ODataPropertyInfo() |
表示資源之單一屬性的相關資訊。 |
屬性
InstanceAnnotations |
自訂執行個體註釋的集合。 |
Name |
取得或設定屬性名稱。 |
PrimitiveTypeKind |
取得或設定屬性的基本類型類型。 |
TypeAnnotation |
用於儲存 的 @odata.type 批註。 (繼承來源 ODataAnnotatable) |