Share via


ConnectionListResponse.Connection Property

 

Optional. Gets or sets a list of connection.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IList<Connection>

See Also

ConnectionListResponse Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top