GatewayConnection.EgressBytesTransferred Property

Gets or sets the number of bytes of data transferred out through this connection since it was started.

Namespace: Microsoft.WindowsAzure.Management.VirtualNetworks.Models.GatewayListConnectionsResponse
Assembly: Microsoft.WindowsAzure.Management.VirtualNetworks (in Microsoft.WindowsAzure.Management.VirtualNetworks.dll)

Usage

'Usage
Dim instance As GatewayConnection
Dim value As Long

value = instance.EgressBytesTransferred

instance.EgressBytesTransferred = value

Syntax

'Declaration
Public Property EgressBytesTransferred As Long
public long EgressBytesTransferred { get; set; }
public:
property long long EgressBytesTransferred {
    long long get ();
    void set (long long value);
}
/** @property */
public long get_EgressBytesTransferred ()

/** @property */
public void set_EgressBytesTransferred (long value)
public function get EgressBytesTransferred () : long

public function set EgressBytesTransferred (value : long)

Property Value

The number of bytes of data.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

GatewayConnection Class
GatewayConnection Members
Microsoft.WindowsAzure.Management.VirtualNetworks.Models.GatewayListConnectionsResponse Namespace