次の方法で共有


ODataPrimitiveValue クラス

定義

プリミティブ プロパティの値を表します。

public sealed class ODataPrimitiveValue : Microsoft.OData.ODataValue
type ODataPrimitiveValue = class
    inherit ODataValue
Public NotInheritable Class ODataPrimitiveValue
Inherits ODataValue
継承

コンストラクター

ODataPrimitiveValue(Object)

指定した CLR 値から新しいプリミティブ値を作成します。

プロパティ

TypeAnnotation

を格納 @odata.typeするための注釈。

(継承元 ODataAnnotatable)
Value

この ODataPrimitiveValueによってラップされた基になる CLR オブジェクトを取得します。

適用対象