Validate Method (CommandParameter)
- Last UpdatedNov 06, 2025
- 1 minute read
Validates the value against the validation configured for this command parameter.
'Declaration
Public Sub Validate( _
ByVal value As String, _
ByVal parameterValues As Hashtable _
)
'Usage
Dim instance As CommandParameter
Dim value As String
Dim parameterValues As Hashtable
instance.Validate(value, parameterValues)
public void Validate(
string value,
Hashtable parameterValues
)
Parameters
- value
- A string representation of the value to which will be validated.
- parameterValues
- All the parameters that were passed to the Object.Command.