DeviceJobStatistics.DeviceCount Property

Definition

Number of devices in the job.

[Newtonsoft.Json.JsonProperty(PropertyName="deviceCount")]
public int DeviceCount { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="deviceCount")]
public int DeviceCount { get; protected internal set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="deviceCount")>]
member this.DeviceCount : int with get, set
Public Property DeviceCount As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to