Share via


Criterion.Community Property

Definition

Gets or sets list of BGP communities which this criteria matches.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to