CreateWorkflowOwnerCommand.InstanceOwnerMetadata Özellik

Tanım

Anahtar olarak XName nesnesi ve değer olarak bir nesne içeren bir sözlükte örnek sahibi hakkındaki meta verileri (şu anda bir hizmet konağına bire bir InstanceValue eşlemesi var) alır.

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

Özellik Değeri

Örnek sahibi hakkındaki meta veriler.

Şunlara uygulanır