次の方法で共有


SchemaContract.Value プロパティ

定義

スキーマを表すドキュメントを定義する json エスケープ文字列を取得または設定します。 Swagger/OpenAPI 以外のスキーマに使用されます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.document.value")]
public string Value { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.document.value")>]
member this.Value : string with get, set
Public Property Value As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象