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