Option.Recursive プロパティ

定義

true に設定すると、このオプションは直接の親コマンドに適用され、サブコマンドに再帰的に適用されます。

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

プロパティ値

適用対象