ProvideCommandLineSwitchAttribute.Arguments Property

Definition

The number of arguments to the command-line switch

public:
 property int Arguments { int get(); void set(int value); };
public int Arguments { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.Arguments : int with get, set
Public Property Arguments As Integer

Property Value

Attributes

Applies to