SaveWorkflowCommand.InstanceMetadataChanges Proprietà

Definizione

Ottiene un dizionario contenente modifiche ai metadati dell'istanza.

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)

Valore della proprietà

Modifiche ai metadati dell'istanza.

Si applica a