共用方式為


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>

關於執行個體擁有人的中繼資料。

適用於