Interop.ActivityProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Tehke meiega GitHubis koostööd
Selle sisu allika leiate GitHubist, kus saate ka probleeme luua ja läbi vaadata ning päringuid teha. Lisateavet leiate meie kaasautorite juhendist.