Share via


ActionBase.Action Property

Definition

The type of action. Various concrete action classes specify their name. This is used to deserialize a list of actions from JSON to their respective concrete classes.

public string Action { get; set; }
member this.Action : string with get, set
Public Property Action As String

Property Value

Applies to