Share via


GatewayListConnectionsResponse.GatewayConnection.LastConnectionEstablished Property

 

Optional. The time that the last connection was established.

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

Syntax

public DateTime LastConnectionEstablished { get; set; }
public:
property DateTime LastConnectionEstablished {
    DateTime get();
    void set(DateTime value);
}
member LastConnectionEstablished : DateTime with get, set
Public Property LastConnectionEstablished As Date

Property Value

Type: System.DateTime

See Also

GatewayListConnectionsResponse.GatewayConnection Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top