次の方法で共有


MSDeploy.AppOffline プロパティ

定義

MSDeploy 操作の実行中に AppOffline ルールを取得または設定します。 既定では、設定は <code>false</code> です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象