WebhookReceiver.UseCommonAlertSchema Property

Definition

Gets or sets indicates whether to use common alert schema.

[Newtonsoft.Json.JsonProperty(PropertyName="useCommonAlertSchema")]
public bool? UseCommonAlertSchema { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="useCommonAlertSchema")>]
member this.UseCommonAlertSchema : Nullable<bool> with get, set
Public Property UseCommonAlertSchema As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to