Share via


RunbookCreateDraftProperties.Draft Property

Required. Gets or sets the draft runbook properties.

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

Usage

'Usage
Dim instance As RunbookCreateDraftProperties
Dim value As RunbookDraft

value = instance.Draft

instance.Draft = value

Syntax

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

/** @property */
public void set_Draft (RunbookDraft value)
public function get Draft () : RunbookDraft

public function set Draft (value : RunbookDraft)

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

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