Share via


ProcessInfo.IsWebJob Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to