ConnectionType.Properties Property
Optional. Gets or sets the properties of the connection type.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public ConnectionTypeProperties Properties { get; set; }
public:
property ConnectionTypeProperties^ Properties {
ConnectionTypeProperties^ get();
void set(ConnectionTypeProperties^ value);
}
member Properties : ConnectionTypeProperties with get, set
Public Property Properties As ConnectionTypeProperties
Property Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeProperties
See Also
ConnectionType Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top