OSType Enum

Definition

Defines values for OSType.

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

Fields

Linux 0

The Linux operating system.

Windows 1

The Windows operating system.

Applies to