SyslogDataSource.FacilityNames Property

Definition

Gets or sets the list of facility names.

[Newtonsoft.Json.JsonProperty(PropertyName="facilityNames")]
public System.Collections.Generic.IList<string> FacilityNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="facilityNames")>]
member this.FacilityNames : System.Collections.Generic.IList<string> with get, set
Public Property FacilityNames As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to