GatewayListConnectionsResponse.Connections Property
Gets or sets a collection of GatewayConnection objects that lists the connections.
Namespace: Microsoft.WindowsAzure.Management.VirtualNetworks.Models
Assembly: Microsoft.WindowsAzure.Management.VirtualNetworks (in Microsoft.WindowsAzure.Management.VirtualNetworks.dll)
Usage
'Usage
Dim instance As GatewayListConnectionsResponse
Dim value As IList(Of GatewayConnection)
value = instance.Connections
instance.Connections = value
Syntax
'Declaration
Public Property Connections As IList(Of GatewayConnection)
public IList<GatewayConnection> Connections { get; set; }
public:
property IList<GatewayConnection^>^ Connections {
IList<GatewayConnection^>^ get ();
void set (IList<GatewayConnection^>^ value);
}
/** @property */
public IList<GatewayConnection> get_Connections ()
/** @property */
public void set_Connections (IList<GatewayConnection> value)
public function get Connections () : IList<GatewayConnection>
public function set Connections (value : IList<GatewayConnection>)
Property Value
A collection of GatewayConnection objects.
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
GatewayListConnectionsResponse Class
GatewayListConnectionsResponse Members
Microsoft.WindowsAzure.Management.VirtualNetworks.Models Namespace