SaveWorkflowCommand.InstanceKeyMetadataChanges Property

Definition

Gets a dictionary with an instance key as the key and a dictionary of XName and InstanceValue pairs as the value.

public:
 property System::Collections::Generic::IDictionary<Guid, System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^> ^ InstanceKeyMetadataChanges { System::Collections::Generic::IDictionary<Guid, System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^> ^ get(); };
public System.Collections.Generic.IDictionary<Guid,System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue>> InstanceKeyMetadataChanges { get; }
member this.InstanceKeyMetadataChanges : System.Collections.Generic.IDictionary<Guid, System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue>>
Public ReadOnly Property InstanceKeyMetadataChanges As IDictionary(Of Guid, IDictionary(Of XName, InstanceValue))

Property Value

The dictionaries with key/value pairs.

Applies to