Compartilhar via


RunbookUpdateProperties.LogProgress Propriedade

 

Opcional. Obtém ou define a opção de log de progresso.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

public bool LogProgress { get; set; }
public:
property bool LogProgress {
    bool get();
    void set(bool value);
}
member LogProgress : bool with get, set
Public Property LogProgress As Boolean

Valor de propriedade

Type: System.Boolean

Consulte também

Classe RunbookUpdateProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo