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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.