Configuration.SchemaVersion プロパティ

定義

構成のスキーマ バージョン。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="schemaVersion")]
public string SchemaVersion { get; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="schemaVersion")>]
member this.SchemaVersion : string
Public ReadOnly Property SchemaVersion As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象