Runbook.Properties Property
Optional. Gets or sets the runbook properties.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public RunbookProperties Properties { get; set; }
public:
property RunbookProperties^ Properties {
RunbookProperties^ get();
void set(RunbookProperties^ value);
}
member Properties : RunbookProperties with get, set
Public Property Properties As RunbookProperties
Property Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.RunbookProperties
See Also
Runbook Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top