Condividi tramite


Proprietà ConnectionUpdateParameters.Name

 

Facoltativa. Ottiene o imposta il nome della connessione.

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 ConnectionUpdateParameters
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models

Torna all'inizio