ActivityParameter.IsMandatory Property

 

Optional. Gets or sets a Boolean value that indicates true if the parameter is required. If the value is false, the parameter is optional.

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

public bool IsMandatory { get; set; }

Property Value

Type: System.Boolean
Return to top
Show: