Compartilhar via


Propriedade CertificateCreateProperties.IsExportable

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

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

Uso

'Uso
Dim instance As CertificateCreateProperties
Dim value As Boolean

value = instance.IsExportable

instance.IsExportable = value

Sintaxe

'Declaração
Public Property IsExportable As Boolean
public bool IsExportable { get; set; }
public:
property bool IsExportable {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsExportable ()

/** @property */
public void set_IsExportable (boolean value)
public function get IsExportable () : boolean

public function set IsExportable (value : boolean)

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe CertificateCreateProperties
Membros CertificateCreateProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models