Share via


InvokePowerShell.Parameters Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Dictionary of parameter names and InArgument objects to be passed to the command.

Namespace:  System.Management.Automation.Activities
Assembly:  System.Activities.Extended (in System.Activities.Extended.dll)

Syntax

'Declaration
Public ReadOnly Property Parameters As DynamicArgumentDictionary(Of InArgument)
    Get
'Usage
Dim instance As InvokePowerShell
Dim value As DynamicArgumentDictionary(Of InArgument)

value = instance.Parameters
public DynamicArgumentDictionary<InArgument> Parameters { get; }
public:
property DynamicArgumentDictionary<InArgument^>^ Parameters {
    DynamicArgumentDictionary<InArgument^>^ get ();
}
function get Parameters () : DynamicArgumentDictionary<InArgument>
member Parameters : DynamicArgumentDictionary<InArgument>

Property Value

Type: System.Activities.DynamicArgumentDictionary<InArgument>
The parameter collection.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

InvokePowerShell Class

InvokePowerShell Members

System.Management.Automation.Activities Namespace