InlineScript.Parameters 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.
Parameters to invoke the command with.
public:
property System::Activities::InArgument<System::Collections::Hashtable ^> ^ Parameters { System::Activities::InArgument<System::Collections::Hashtable ^> ^ get(); void set(System::Activities::InArgument<System::Collections::Hashtable ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Collections.Hashtable> Parameters { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Parameters : System.Activities.InArgument<System.Collections.Hashtable> with get, set
Public Property Parameters As InArgument(Of Hashtable)
Property Value
- Attributes