Share via


NSScriptCommandDescription.IsOptionalArgument(String) Method

Definition

Determines whether the specified argument is optional.

public bool IsOptionalArgument(string name);
member this.IsOptionalArgument : string -> bool

Parameters

name
String

The name of the argument.

Returns

true if the argument is optional; otherwise, false.

Applies to