CreateWorkflowOwnerCommand.InstanceOwnerMetadata Eigenschaft

Definition

Ruft die Metadaten über den Instanzbesitzer (verfügt derzeit über eine 1:1-Zuordnung zu einem Diensthost) in einem Wörterbuch ab, wobei ein XName-Objekt als Schlüssel und ein InstanceValue-Objekt als Wert dient.

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)

Eigenschaftswert

IDictionary<XName,InstanceValue>

Die Metadaten über den Instanzbesitzer.

Gilt für