共用方式為


CreateWorkflowOwnerWithIdentityCommand.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)

屬性值

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

適用於