Share via


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)

Syntax

public IList<Variable> Variables { get; set; }
public:
property IList<Variable^>^ Variables {
    IList<Variable^>^ get();
    void set(IList<Variable^>^ value);
}
member Variables : IList<Variable> with get, set
Public Property Variables As IList(Of Variable)

Property Value

Type: System.Collections.Generic.IList<Variable>

See Also

VariableListResponse Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top