Share via


GatewayListConnectionsResponse.Connections Property

 

Optional. The list of connections.

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

Syntax

public IList<GatewayListConnectionsResponse.GatewayConnection> Connections { get; set; }
public:
property IList<GatewayListConnectionsResponse::GatewayConnection^>^ Connections {
    IList<GatewayListConnectionsResponse::GatewayConnection^>^ get();
    void set(IList<GatewayListConnectionsResponse::GatewayConnection^>^ value);
}
member Connections : IList<GatewayListConnectionsResponse.GatewayConnection> with get, set
Public Property Connections As IList(Of GatewayListConnectionsResponse.GatewayConnection)

Property Value

Type: System.Collections.Generic.IList<GatewayListConnectionsResponse.GatewayConnection>

See Also

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

Return to top