Share via


GatewayConnection.LastConnectionEstablished Property

Gets or sets the date and time of the last connection that was established.

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 DateTime

value = instance.LastConnectionEstablished

instance.LastConnectionEstablished = value

Syntax

'Declaration
Public Property LastConnectionEstablished As DateTime
public DateTime LastConnectionEstablished { get; set; }
public:
property DateTime LastConnectionEstablished {
    DateTime get ();
    void set (DateTime value);
}
/** @property */
public DateTime get_LastConnectionEstablished ()

/** @property */
public void set_LastConnectionEstablished (DateTime value)
public function get LastConnectionEstablished () : DateTime

public function set LastConnectionEstablished (value : DateTime)

Property Value

The date and time.

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 and Windows Server 2008

Target Platforms

See Also

Reference

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