Share via


Status.NumReservedSlots Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to