Share via


BGPCommunity.CommunityName Property

Definition

Gets or sets the name of the bgp community. e.g. Skype.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to