次の方法で共有


ODataPropertyKind 列挙型

定義

プロパティの種類の列挙型。

public enum ODataPropertyKind
type ODataPropertyKind = 
Public Enum ODataPropertyKind
継承
ODataPropertyKind

フィールド

ETag 2

プロパティは etag プロパティです。

Key 1

プロパティはキー プロパティです。

Open 3

プロパティはオープン プロパティです。

Unspecified 0

未指定のプロパティです (プロパティがキー プロパティ、etag プロパティ、またはオープン プロパティでない場合)。

適用対象