@set


Description:

public void @set (string name, string? value)

Sets parameter named name to value value.

If value is NULL, then the parameter is removed. value can be an empty string.

Note: There is a restriction on parameter names, it cannot be empty or contain a colon character (':'), otherwise it can be pretty much anything.

Parameters:

this

an NamedParameters

name

name of a parameter to set

value

value to set, or null to unset