Share via


BgpSettings.Asn Property

Definition

Gets or sets the BGP speaker's ASN.

[Newtonsoft.Json.JsonProperty(PropertyName="asn")]
public long? Asn { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="asn")>]
member this.Asn : Nullable<int64> with get, set
Public Property Asn As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to