ProcessInfoInner.IsWebjob Property

Definition

Gets or sets is this a Web Job?

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to