CommandResultValue<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The value field of a ICommandResultActivity contains metadata related to a command result. An optional extensible data payload may be included if defined by the command result activity name. The presence of an error field indicates that the original command failed to complete.
public class CommandResultValue<T>
type CommandResultValue<'T> = class
Public Class CommandResultValue(Of T)
Type Parameters
- T
Type for data field.
- Inheritance
-
CommandResultValue<T>
Constructors
CommandResultValue<T>() |
Properties
CommandId |
Gets or sets the id of the command. |
Data |
Gets or sets the data field containing optional parameters specific to this command result activity, as defined by the name. The value of the data field is a complex type. |
Error |
Gets or sets the optional error, if the command result indicates a failure. |