ObjectCommands Property
- Last UpdatedNov 06, 2025
- 1 minute read
A list of ObjectCommands which are used to validate xml commands.
'Declaration
<XmlElementAttribute("ObjectCommand")>
Public Property ObjectCommands As ObjectCommand()
'Usage
Dim instance As MiddlewareValidation
Dim value() As ObjectCommand
instance.ObjectCommands = value
value = instance.ObjectCommands
[XmlElement("ObjectCommand")]
public ObjectCommand[] ObjectCommands {get; set;}