GatewayListConnectionsResponse::Connections Property
Optional. The list of connections.
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
public: property IList<GatewayListConnectionsResponse::GatewayConnection^>^ Connections { IList<GatewayListConnectionsResponse::GatewayConnection^>^ get(); void set(IList<GatewayListConnectionsResponse::GatewayConnection^>^ value); }
Property Value
Type: System.Collections.Generic::IList<GatewayListConnectionsResponse::GatewayConnection^>^
Show: