Share via


ValidationActivity.Sleep Property

Definition

Gets or sets a delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the default. Type: integer (or Expression with resultType integer).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.sleep")]
public object Sleep { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.sleep")>]
member this.Sleep : obj with get, set
Public Property Sleep As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to