PSConfiguration.SchemaVersion Property

Definition

Gets Schema version for the configuration.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to