Share via


VpnClientConnectionHealth.TotalEgressBytesTransferred Property

Definition

Gets total of the Egress Bytes Transferred in this connection.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to