RunbookDraft::InEdit Property

 

Optional. Gets or sets whether runbook is in edit mode.

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

public:
property bool InEdit {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean
Return to top
Show: