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)

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