Click or drag to resize

CompositeCommandResponseResponses Property

Contains a list of CommandResponse for executed commands.

Namespace:  CorrigoService.Commands
Assembly:  ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public CommandResponse[] Responses { get; set; }

Property Value

Type: CommandResponse
See Also