次の方法で共有


ActivatableWorkflowsQueryResult.ActivationParameters プロパティ

定義

汎用ホストがワークフロー ホストを作成するために使用するアクティブ化パラメーターの一覧です。

public:
 property System::Collections::Generic::List<System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^> ^ ActivationParameters { System::Collections::Generic::List<System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^> ^ get(); };
public System.Collections.Generic.List<System.Collections.Generic.IDictionary<System.Xml.Linq.XName,object>> ActivationParameters { get; }
member this.ActivationParameters : System.Collections.Generic.List<System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj>>
Public ReadOnly Property ActivationParameters As List(Of IDictionary(Of XName, Object))

プロパティ値

アクティブ化パラメーターを格納するリスト オブジェクト。

適用対象