MSDeploy.AppOffline Property

Definition

Gets or sets sets the AppOffline rule while the MSDeploy operation executes. Setting is <code>false</code> by default.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to