SpParameter Constructor(String,String)
- Last UpdatedNov 06, 2025
- 1 minute read
Initializes a new instance of the SpParameter class that allows for an input parameter of type string to be defined.
'Usage
Dim name As String
Dim value As String
Dim instance As New SpParameter(name, value)
Parameters
- name
- The name of the input parameter.
- value
- The value of the input parameter.