次の方法で共有


ValidationActivity.Sleep プロパティ

定義

検証の試行間の遅延を秒単位で取得または設定します。 値を指定しない場合は、既定値として 10 秒が使用されます。 型: integer (または resultType 整数を持つ式)。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象