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)

屬性值

關於實例擁有者的元資料。

適用於