Share via


Cluster.TrialDaysRemaining Property

Definition

Gets number of days remaining in the trial period.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.trialDaysRemaining")]
public double? TrialDaysRemaining { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.trialDaysRemaining")>]
member this.TrialDaysRemaining : Nullable<double>
Public ReadOnly Property TrialDaysRemaining As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to