Share via


RunbookCreateDraftProperties.LogVerbose Property

 

Optional. Gets or sets verbose log option.

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

Syntax

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

Property Value

Type: System.Boolean

See Also

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

Return to top