ConnectionCreateParameters.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 ConnectionCreateProperties Properties { get; set; }
public:
property ConnectionCreateProperties^ Properties {
ConnectionCreateProperties^ get();
void set(ConnectionCreateProperties^ value);
}
member Properties : ConnectionCreateProperties with get, set
Public Property Properties As ConnectionCreateProperties
Property Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateProperties
See Also
ConnectionCreateParameters Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top