Interop.ActivityMetaProperties プロパティ

定義

アクティビティの Name プロパティ、WhileActivity アクティビティの Condition プロパティなど、Activity のメタデータに対応する名前と値のペアのコレクション。

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 のメタデータのコレクション。

属性

適用対象