PricingProperties.FreeTrialRemainingTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the duration left for the subscriptions free trial period - in ISO 8601 format (e.g. P3Y6M4DT12H30M5S).
[Newtonsoft.Json.JsonProperty(PropertyName="freeTrialRemainingTime")]
public TimeSpan? FreeTrialRemainingTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="freeTrialRemainingTime")>]
member this.FreeTrialRemainingTime : Nullable<TimeSpan>
Public ReadOnly Property FreeTrialRemainingTime As Nullable(Of TimeSpan)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute