CommandValue<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 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. |