GatewayConnection.IngressBytesTransferred Property

Gets or sets the number of bytes of data transferred in 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.IngressBytesTransferred

instance.IngressBytesTransferred = value

Syntax

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

/** @property */
public void set_IngressBytesTransferred (long value)
public function get IngressBytesTransferred () : long

public function set IngressBytesTransferred (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