Condividi tramite


Proprietà RunbookCreateProperties.LogProgress

Optional. Gets or sets progress log option.

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

Utilizzo

'Utilizzo
Dim instance As RunbookCreateProperties
Dim value As Boolean

value = instance.LogProgress

instance.LogProgress = value

Sintassi

'Dichiarazione
Public Property LogProgress As Boolean
public bool LogProgress { get; set; }
public:
property bool LogProgress {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_LogProgress ()

/** @property */
public void set_LogProgress (boolean value)
public function get LogProgress () : boolean

public function set LogProgress (value : boolean)

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