Variable::Properties Property

 

Optional. 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 VariableProperties^ Properties {
	VariableProperties^ get();
	void set(VariableProperties^ value);
}
Return to top
Show: