Site.HyperV Property

Definition

Gets or sets hyper-V sandbox.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.hyperV")]
public bool? HyperV { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.hyperV")>]
member this.HyperV : Nullable<bool> with get, set
Public Property HyperV As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to