Trial.AvailableHosts Property

Definition

Gets number of trial hosts available

[Newtonsoft.Json.JsonProperty(PropertyName="availableHosts")]
public int? AvailableHosts { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="availableHosts")>]
member this.AvailableHosts : Nullable<int>
Public ReadOnly Property AvailableHosts As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to