Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that indicates whether a parameter is optional.
Syntax
public boolean parameterOptional(int _parameterNumber)
Run On
Called
Parameters
- _parameterNumber
Type: int
The number of the parameter to reflect upon.
Return Value
Type: boolean
true if the parameter is optional; otherwise, false.