Share via


BgpPeerStatus.MessagesSent Property

Definition

Gets the number of BGP messages sent.

[Newtonsoft.Json.JsonProperty(PropertyName="messagesSent")]
public long? MessagesSent { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="messagesSent")>]
member this.MessagesSent : Nullable<int64>
Public ReadOnly Property MessagesSent As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to