Compartir a través de


FunctionEnvelope.IsDisabled Propiedad

Definición

Obtiene o establece un valor que indica si la función está deshabilitada.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a