Syntax
Public ReadOnly Property Parameter(ByVal Index As Integer) As String
Public ReadOnly Property Parameter(ByVal ParamDesc As String) As String
This method is called to get the value for a specific parameter.
Parameters
Key | Description |
ParamDesc | Parameter name and description (Key) |
Index | The index of the parameter |
See Also