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)

public:
property ConnectionTypeProperties^ Properties {
	ConnectionTypeProperties^ get();
	void set(ConnectionTypeProperties^ value);
}
Return to top
Show: