RunbookParameter::IsMandatory Property

 

Optional. Gets or sets a Boolean value to indicate whether the parameter is madatory or not.

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

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

Property Value

Type: System::Boolean
Return to top
Show: