Delen via


Trigger.LifetimePercentage Property

Definition

Gets or sets percentage of lifetime at which to trigger. Value should be between 1 and 99.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to