Aracılığıyla paylaş


SaveWorkflowCommand.InstanceData Özellik

Tanım

Kalıcılık deposuna kaydedilecek örnek verilerini alır. Özellik adlarını ve bunların değerlerini içeren bir sözlük.

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)

Özellik Değeri

IDictionary<XName,InstanceValue>

Özellik adlarını ve bunların değerlerini içeren sözlük.

Şunlara uygulanır