Partage via


SaveWorkflowCommand.InstanceMetadataChanges Propriété

Définition

Obtient un dictionnaire qui contient les modifications aux métadonnées d'instance.

public:
 property System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^ InstanceMetadataChanges { 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> InstanceMetadataChanges { get; }
member this.InstanceMetadataChanges : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue>
Public ReadOnly Property InstanceMetadataChanges As IDictionary(Of XName, InstanceValue)

Valeur de propriété

Modifications apportées aux métadonnées d'instance.

S’applique à