GetObjectCommand Method
- Last UpdatedNov 06, 2025
- 1 minute read
Return the desired objectCommand from the hash table
'Declaration
Public Function GetObjectCommand( _
ByVal key As String _
) As ObjectCommand
'Usage
Dim instance As MiddlewareValidation
Dim key As String
Dim value As ObjectCommand
value = instance.GetObjectCommand(key)
public ObjectCommand GetObjectCommand(
string key
)
Parameters
- key
- The name of the object command
Return Value
The desired ObjectCommand