Condividi tramite


Proprietà CloudServiceCreateParameters.Label

Required. Gets or sets the label for the cloud service.

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

Utilizzo

'Utilizzo
Dim instance As CloudServiceCreateParameters
Dim value As String

value = instance.Label

instance.Label = value

Sintassi

'Dichiarazione
Public Property Label As String
public string Label { get; set; }
public:
property String^ Label {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Label ()

/** @property */
public void set_Label (String value)
public function get Label () : String

public function set Label (value : String)

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