Compartilhar via


ActivityParameter.IsMandatory Propriedade

 

Opcional. Obtém ou define um valor booleano que indica true se o parâmetro é necessário. Se o valor for false, o parâmetro é opcional.

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

Sintaxe

public bool IsMandatory { get; set; }
public:
property bool IsMandatory {
    bool get();
    void set(bool value);
}
member IsMandatory : bool with get, set
Public Property IsMandatory As Boolean

Valor de propriedade

Type: System.Boolean

Consulte também

Classe ActivityParameter
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo