Condividi tramite


Proprietà CertificateCreateParameters.Name

 

Obbligatorio. Ottiene o imposta il nome del certificato.

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

Sintassi

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Valore proprietà

Type: System.String

Vedere anche

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

Torna all'inizio