AddResultParam Method
- Last UpdatedNov 06, 2025
- 1 minute read
Adds a parameter to the current result node Throws exception if the call fails for any reason
'Declaration
Public Sub AddResultParam( _
ByVal paramName As String, _
ByVal paramValue As String _
)
'Usage
Dim instance As XMLResultBuilder
Dim paramName As String
Dim paramValue As String
instance.AddResultParam(paramName, paramValue)
public void AddResultParam(
string paramName,
string paramValue
)
Parameters
- paramName
- The name of the parameter to add as a string
- paramValue
- The value of the new parameter as a string