Share via


RunbookCreateDraftProperties.LogProgress Property

 

Optional. Gets or sets progress log option.

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

Syntax

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

Property Value

Type: System.Boolean

See Also

RunbookCreateDraftProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top