HtmlTemplateOperation.Action Property

Definition

Operation action to take; possible values are "Replace"

[System.Text.Json.Serialization.JsonPropertyName("Action")]
public int? Action { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("Action")>]
member this.Action : Nullable<int> with get, set
Public Property Action As Nullable(Of Integer)

Property Value

Attributes

Applies to