VariableCreateResponse::Variable Property

 

Optional. Gets or sets a variable.

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

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