SingleBaseline.Sensitivity Property

Definition

Gets or sets the sensitivity of the baseline. Possible values include: 'Low', 'Medium', 'High'

[Newtonsoft.Json.JsonProperty(PropertyName="sensitivity")]
public string Sensitivity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sensitivity")>]
member this.Sensitivity : string with get, set
Public Property Sensitivity As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to