Share via


BGPCommunity.CommunityPrefixes Property

Definition

Gets or sets the prefixes that the bgp community contains.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to