OperatingSystemType Enum

Definition

Defines values for OperatingSystemType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum OperatingSystemType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type OperatingSystemType = 
Public Enum OperatingSystemType
Inheritance
OperatingSystemType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Linux 1
Windows 0

Applies to