Share via


ConnectionTypeCreateResponse.ConnectionType Property

 

Optional. Gets or sets a conneciton type.

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

Syntax

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

Property Value

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

See Also

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

Return to top