Share via


Manifest.SchemaVersion Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="schemaVersion")]
public int? SchemaVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="schemaVersion")>]
member this.SchemaVersion : Nullable<int> with get, set
Public Property SchemaVersion As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to