Interop.ActivityProperties Property

Definition

Gets the collection of name-value pairs that corresponds to the input and output properties of the Activity.

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

Property Value

The collection of input and output properties of the Activity.

Attributes

Applies to