ActionDetail.SubState Property

Definition

Gets or sets the substatus of the action

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to