共用方式為


Interop.ActivityMetaProperties 屬性

定義

名稱/值對的集合,這些名稱/值對會與 Activity 的中繼資料對應,例如活動的 Name 屬性,或 WhileActivity 活動的 Condition 屬性。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ ActivityMetaProperties { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Collections.Generic.IDictionary<string,object> ActivityMetaProperties { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ActivityMetaProperties : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property ActivityMetaProperties As IDictionary(Of String, Object)

屬性值

Activity 之中繼資料的集合。

屬性

適用於