OperatingSystemTypes Enum

Definition

Defines values for OperatingSystemTypes.

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

Fields

Linux 1
Windows 0

Applies to