Validate Method (MiddlewareValidation)
- Last UpdatedNov 06, 2025
- 1 minute read
Used to validate an Xml Command.
'Declaration
Public Sub Validate( _
ByVal objectCommandName As String, _
ByVal parameterValues As Hashtable _
)
'Usage
Dim instance As MiddlewareValidation
Dim objectCommandName As String
Dim parameterValues As Hashtable
instance.Validate(objectCommandName, parameterValues)
public void Validate(
string objectCommandName,
Hashtable parameterValues
)
Parameters
- objectCommandName
- The name of the object.command that needs to be validated.
- parameterValues
- The parameter and values you wanted validated. The key for the dictionary should be the parameter name and the value for the dictionary should be the Value for the parameter.