Share via


ASRTask.AllowedActions Property

Definition

Gets or sets the state/actions applicable on this task.

[Newtonsoft.Json.JsonProperty(PropertyName="allowedActions")]
public System.Collections.Generic.IList<string> AllowedActions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowedActions")>]
member this.AllowedActions : System.Collections.Generic.IList<string> with get, set
Public Property AllowedActions As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to