Variable.Properties Propriedade
Opcional. Obtém ou define as propriedades da variável.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
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
Valor de propriedade
Type: Microsoft.WindowsAzure.Management.Automation.Models.VariableProperties
Consulte também
Classe Variable
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo