Workflow.Steps Property

Definition

Gets or sets workflow steps

[Newtonsoft.Json.JsonProperty(PropertyName="properties.steps")]
public string Steps { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.steps")>]
member this.Steps : string with get, set
Public Property Steps As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to