Ruleset.SchemaVersion Property

Definition

[Newtonsoft.Json.JsonProperty("schemaVersion", Required=Newtonsoft.Json.Required.Always)]
public Version SchemaVersion { get; set; }
[<Newtonsoft.Json.JsonProperty("schemaVersion", Required=Newtonsoft.Json.Required.Always)>]
member this.SchemaVersion : Version with get, set
Public Property SchemaVersion As Version

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to