RunRequest.IsArchiveEnabled Property

Definition

Gets or sets the value that indicates whether archiving is enabled for the run or not.

[Newtonsoft.Json.JsonProperty(PropertyName="isArchiveEnabled")]
public bool? IsArchiveEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isArchiveEnabled")>]
member this.IsArchiveEnabled : Nullable<bool> with get, set
Public Property IsArchiveEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to