Share via


RunbookUpdateParameters.Properties Property

 

Optional. Gets or sets the runbook update properties.

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

Syntax

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

Property Value

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

See Also

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

Return to top