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