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)

public:
property IList<GatewayListConnectionsResponse::GatewayConnection^>^ Connections {
	IList<GatewayListConnectionsResponse::GatewayConnection^>^ get();
	void set(IList<GatewayListConnectionsResponse::GatewayConnection^>^ value);
}
Return to top
Show: