Share via


Task.IsSystemTask Property

Definition

Gets or sets the value of this property indicates whether the task resource is system task or not.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to