Experiment.StartOnCreation Property

Definition

Gets or sets a boolean value that indicates if experiment should be started on creation or not.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to