MediaJobData.CorrelationData 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.
Customer provided key, value pairs that will be returned in Job and JobOutput state events.
public System.Collections.Generic.IDictionary<string,string> CorrelationData { get; }
member this.CorrelationData : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property CorrelationData As IDictionary(Of String, String)