Compartilhar via


FieldDefinition.IsEncrypted Propriedade

 

Opcional. Obtém ou define o sinalizador isEncrypted da definição de campo de conexão.

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 FieldDefinition
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo