Syntax
Protected Sub UpdateParameter(ByVal ParamDesc As String, ByVal Value As String) As Boolean
This method is called if you want to change one of the parameters.
Parameters
Key | Description |
ParamDesc | Parameter name and description (Key) |
Value | The new value for the parameter |
Return value
It will return true if parameter is updated, otherwise false.
See Also