QueryDTO.IsTest Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to