Bearbeiten

Freigeben über


TaskOrchestrationContainer.Data Property

Definition

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.

Applies to