Aracılığıyla paylaş


CreateWorkflowOwnerCommand.InstanceOwnerMetadata Özellik

Tanım

Örnek sahibi hakkındaki meta verileri alır (Şu anda bir hizmet ana bilgisayarına bire bir eşlemesi vardır), anahtar olarak bir XName nesnesi olan bir sözlükte ve InstanceValue değer olarak bir nesne.

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

IDictionary<XName,InstanceValue>

Örnek sahibi hakkında meta veriler.

Şunlara uygulanır