WebJobInner.UsingSdk Property

Definition

Gets or sets using SDK?

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to