Syntax
Public Function UpdateParameter (ByVal ParamDesc As String, ByVal Value As String) As Boolean
Description
This function is used to update the value of the added parameters by AddParametermethod.
Parameter
Part | Description |
ParamDesc | Parameter descriptions which is required to change value for. Value of type is String |
Value | New value for the given parameter description. Value of type is String |
Return value
Returns value of type Boolean, true if the parameters is changed successfully, otherwise it will return false.
See Also
Last Modified:10 January 2017 12:23 PM