Share via


WorkflowVersionInner.State Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="properties.state")]
public Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowState? State { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.state")>]
member this.State : Nullable<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowState> with get, set
Public Property State As Nullable(Of WorkflowState)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to