Share via


RunbookCreateDraftParameters.Properties Property

 

Required. Gets or sets runbook draft create properties.

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

Syntax

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

Property Value

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

See Also

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

Return to top