Share via


VariableProperties.IsEncrypted Property

 

Optional. Gets or sets the encrypted flag of the variable.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

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

Property Value

Type: System.Boolean

See Also

VariableProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top