PSActivity.ParameterDefaults Property
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.
Provides access to the parameter defaults dictionary
C++
protected:
property System::Activities::Variable<System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^> ^ ParameterDefaults { System::Activities::Variable<System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^> ^ get(); void set(System::Activities::Variable<System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^> ^ value); };
protected System.Activities.Variable<System.Collections.Generic.Dictionary<string,object>> ParameterDefaults { get; set; }
member this.ParameterDefaults : System.Activities.Variable<System.Collections.Generic.Dictionary<string, obj>> with get, set
Protected Property ParameterDefaults As Variable(Of Dictionary(Of String, Object))
Product | Versions |
---|---|
Windows PowerShell | 5.1.0.0 |