Compartir a través de


Deployment.Active Propiedad

Definición

Obtiene o establece true si la implementación está activa actualmente, false si se ha completado y null si no se ha iniciado.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a