ActionSave.parameters Field
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.
Specifies the parameters for the action.
public: System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ parameters;
public System.Collections.Generic.Dictionary<string,string> parameters;
val mutable parameters : System.Collections.Generic.Dictionary<string, string>
Public parameters As Dictionary(Of String, String)