Sdílet prostřednictvím


CreateWorkflowOwnerCommand.InstanceOwnerMetadata Vlastnost

Definice

Získá metadata o vlastníkovi instance (aktuálně má mapování 1:1 na hostitele služby) ve slovníku s objektem XName jako klíč a InstanceValue objekt jako hodnotu.

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)

Hodnota vlastnosti

IDictionary<XName,InstanceValue>

Metadata vlastníka instance

Platí pro