次の方法で共有


ProcessInfoInner.IsIisProfileRunning プロパティ

定義

IIS プロファイルが実行されているかを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象