VariableUpdateProperties.Value Propriedade
Opcional. Obtém ou define o valor da variável.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public string Value { get; set; }
public:
property String^ Value {
String^ get();
void set(String^ value);
}
member Value : string with get, set
Public Property Value As String
Valor de propriedade
Type: System.String
Consulte também
Classe VariableUpdateProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo