Share via


RunbookGetResponse.Runbook Property

 

Optional. Gets or sets a runbook.

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

Syntax

public Runbook Runbook { get; set; }
public:
property Runbook^ Runbook {
    Runbook^ get();
    void set(Runbook^ value);
}
member Runbook : Runbook with get, set
Public Property Runbook As Runbook

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.Runbook

See Also

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

Return to top