Experiment.StartOnCreation 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 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