Trigger.LifetimePercentage 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 or sets percentage of lifetime at which to trigger. Value should be between 1 and 99.
[Newtonsoft.Json.JsonProperty(PropertyName="lifetime_percentage")]
public Nullable<int> LifetimePercentage { get; set; }
member this.LifetimePercentage : Nullable<int> with get, set
Public Property LifetimePercentage As Nullable(Of Integer)
Property Value
- System.Nullable<System.Int32>
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute