CommandValue<T>.Data Property
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.
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.
public T Data { get; set; }
member this.Data : 'T with get, set
Public Property Data As T
Property Value
T
Open-ended value.