SaveWorkflowCommand.InstanceData Property

Definition

Gets the instance data to be saved into the persistence store. A dictionary that contains names of properties and their values.

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

Property Value

The dictionary that contains names of properties and their values.

Applies to