次の方法で共有


ProcessInfoInner.IisProfileTimeoutInSeconds プロパティ

定義

IIS プロファイルのタイムアウト (秒) を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.iis_profile_timeout_in_seconds")]
public double? IisProfileTimeoutInSeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.iis_profile_timeout_in_seconds")>]
member this.IisProfileTimeoutInSeconds : Nullable<double> with get, set
Public Property IisProfileTimeoutInSeconds As Nullable(Of Double)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象