FunctionEnvelopeInner.IsDisabled Property

Definition

Gets or sets a value indicating whether the function is disabled

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to