CreateWorkflowOwnerCommand.InstanceOwnerMetadata Свойство

Определение

Возвращает метаданные о владельце экземпляра (в настоящее время имеется взаимно-однозначное сопоставление с узлом службы) в словаре с объектом XName в качестве ключа и объект InstanceValue в качестве значения.

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)

Значение свойства

IDictionary<XName,InstanceValue>

Метаданные о владельце экземпляра.

Применяется к