다음을 통해 공유


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

속성 값

활성화 매개 변수를 포함하는 목록 개체입니다.

적용 대상