StampCapacity.IsLinux Property

Definition

Gets or sets is this a linux stamp capacity

[Newtonsoft.Json.JsonProperty(PropertyName="isLinux")]
public bool? IsLinux { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isLinux")>]
member this.IsLinux : Nullable<bool> with get, set
Public Property IsLinux As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to