VariableListResponse::Variables Property

 

Optional. Gets or sets a list of variables.

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

public:
property IList<Variable^>^ Variables {
	IList<Variable^>^ get();
	void set(IList<Variable^>^ value);
}
Return to top
Show: