Description:

Set a parameter.

Syntax:
public abstract bool SetParam(
string param,
object v
)
Parameters:
  • param
  • Type: string
  • is the name of the parameter to set.
  • v
  • Type: object
  • specifies the type and value to set.
Returns:
Type: bool
Return True if successful or False if the parameter could not be set.
Available since:
7.0

Nothing found