Share via


CreateScopeJobProperties.Notifier Property

Definition

Gets or sets the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to