Share via


ConnectionUpdateParameters.Properties Property

 

Required. Gets or sets the properties of the connection.

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

Syntax

public ConnectionUpdateProperties Properties { get; set; }
public:
property ConnectionUpdateProperties^ Properties {
    ConnectionUpdateProperties^ get();
    void set(ConnectionUpdateProperties^ value);
}
member Properties : ConnectionUpdateProperties with get, set
Public Property Properties As ConnectionUpdateProperties

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateProperties

See Also

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

Return to top