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)

Usage

'Usage
Dim instance As RunbookGetResponse
Dim value As Runbook

value = instance.Runbook

instance.Runbook = value

Syntax

'Declaration
Public Property Runbook As Runbook
public Runbook Runbook { get; set; }
public:
property Runbook^ Runbook {
    Runbook^ get ();
    void set (Runbook^ value);
}
/** @property */
public Runbook get_Runbook ()

/** @property */
public void set_Runbook (Runbook value)
public function get Runbook () : Runbook

public function set Runbook (value : Runbook)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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