Condividi tramite


Proprietà CertificateGetResponse.Certificate

Optional. Gets or sets a certificate.

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

Utilizzo

'Utilizzo
Dim instance As CertificateGetResponse
Dim value As Certificate

value = instance.Certificate

instance.Certificate = value

Sintassi

'Dichiarazione
Public Property Certificate As Certificate
public Certificate Certificate { get; set; }
public:
property Certificate^ Certificate {
    Certificate^ get ();
    void set (Certificate^ value);
}
/** @property */
public Certificate get_Certificate ()

/** @property */
public void set_Certificate (Certificate value)
public function get Certificate () : Certificate

public function set Certificate (value : Certificate)

Sicurezza dei thread

Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows 7 e Windows Server 2008

Piattaforme di destinazione

Vedere anche

Riferimento

Classe CertificateGetResponse
Membri CertificateGetResponse
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models