ApplicationPublishObject.IsStaging Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to