Condividi tramite


Proprietà CertificateUpdateProperties.IsExportable

 

Facoltativa. Ottiene o imposta il flag di esportabile del certificato.

Spazio dei nomi:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Sintassi

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

Valore proprietà

Type: System.Boolean

Vedere anche

Classe CertificateUpdateProperties
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models

Torna all'inizio