CommandValue<T> Class

Definition

The value field of a ICommandActivity contains metadata related to a command. An optional extensible data payload may be included if defined by the command activity name.

public class CommandValue<T>
type CommandValue<'T> = class
Public Class CommandValue(Of T)

Type Parameters

T

Type for Data feild.

Inheritance
CommandValue<T>

Constructors

CommandValue<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 activity, as defined by the name. The value of the data field is a complex type.

Applies to