GPUProfile.Driver Property

Definition

Gets or sets whether to install GPU drivers. When it's not specified, default is Install. Possible values include: 'Install', 'None'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to