ConnectionTypeCreateParameters.Properties Property

 

Required. Gets or sets the value of the connection type.

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

Syntax

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

Property Value

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

See Also

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

Return to top