Interop.ActivityMetaProperties Eigenschaft

Definition

Die Collection von Name/Wert-Paaren, die den Metadaten der Activity entsprechen, beispielsweise die Name-Eigenschaft einer Aktivität oder die WhileActivity-Eigenschaft einer Condition-Aktivität.

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)

Eigenschaftswert

Die Auflistung von Metadaten des Activity.

Attribute

Gilt für: