Share via


IoTRole.HostPlatform Property

Definition

Gets or sets host OS supported by the IoT role. Possible values include: 'Windows', 'Linux'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to