VariableCreateParameters::Properties Property

 

Required. Gets or sets the properties of the variable.

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

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