CommandResultValue<T>.Data Property

Definition

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.

public T Data { get; set; }
member this.Data : 'T with get, set
Public Property Data As T

Property Value

T

Open-ended value.

Applies to