Share via


DiscardRequest.ValidateOnly Property

Definition

Gets or sets a value indicating whether the operation needs to only run pre-requisite.

[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