TaskOrchestrationContainer.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.
Get additional specifications for this container.
public System.Collections.Generic.IDictionary<string,string> Data { get; }
member this.Data : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Data As IDictionary(Of String, String)
Property Value
Remarks
This provides an extensibility for consumers of DT SDK to pass additional data to Orchestrations. Each Orchestration is free to interpret this data as appropriate.