VariableCreateParameters.Properties Property
Required. 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 VariableCreateProperties Properties { get; set; }
public:
property VariableCreateProperties^ Properties {
VariableCreateProperties^ get();
void set(VariableCreateProperties^ value);
}
member Properties : VariableCreateProperties with get, set
Public Property Properties As VariableCreateProperties
Property Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateProperties
See Also
VariableCreateParameters Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top