Share via


CertificateUpdateProperties.IsExportable Property

 

Optional. Gets or sets the is exportable flag of the certificate.

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

Syntax

public bool IsExportable { get; set; }
public:
property bool IsExportable {
    bool get();
    void set(bool value);
}
member IsExportable : bool with get, set
Public Property IsExportable As Boolean

Property Value

Type: System.Boolean

See Also

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

Return to top