WorkItemCreateConfiguration.ValidateOnly Property

Definition

Gets or sets boolean indicating validate only

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to