Script.ForceUpdateTag Property

Definition

Gets or sets a unique string. If changed the script will be applied again.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to