Share via


Watcher.ScriptName Property

Definition

Gets or sets the name of the script the watcher is attached to, i.e. the name of an existing runbook.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to