AlertFilter.SourceName Property

Definition

Gets or sets specifies the source name of the alerts to be filtered. Only 'Equality' operator is supported for this property.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to