Share via


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)

Syntax

public VariableProperties Properties { get; set; }
public:
property VariableProperties^ Properties {
    VariableProperties^ get();
    void set(VariableProperties^ value);
}
member Properties : VariableProperties with get, set
Public Property Properties As VariableProperties

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.VariableProperties

See Also

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

Return to top