次の方法で共有


GlobalSchemaContract.Document プロパティ

定義

json ベースのスキーマ形式 (json スキーマなど) のグローバル スキーマ ドキュメント オブジェクトを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.document")]
public object Document { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.document")>]
member this.Document : obj with get, set
Public Property Document As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象