VariableUpdateParameters::Properties Property

 

Optional. Gets or sets the value of the variable.

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

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