Option.Required プロパティ

定義

オプションが親コマンドの呼び出し時に必要かどうかを示します。

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

プロパティ値

注釈

オプションが必要で、その親コマンドが呼び出されると、エラーが発生します。

適用対象