Share via


Status.NumUsedSlots Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="numUsedSlots")]
public int? NumUsedSlots { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="numUsedSlots")>]
member this.NumUsedSlots : Nullable<int> with get, set
Public Property NumUsedSlots As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to