MediaJobStateChangeEventData.CorrelationData Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="correlationData")]
public System.Collections.Generic.IDictionary<string,string> CorrelationData { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="correlationData")>]
member this.CorrelationData : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property CorrelationData As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to