次の方法で共有


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)

プロパティ値

インスタンス所有者に関するメタデータ。

適用対象