InvokePowerShell.Input Property

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

A collection of objects to be passed into the input pipeline.

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

Syntax

'Declaration
Public Property Input As InArgument(Of IEnumerable)
    Get
    Set
'Usage
Dim instance As InvokePowerShell
Dim value As InArgument(Of IEnumerable)

value = instance.Input

instance.Input = value
public InArgument<IEnumerable> Input { get; set; }
public:
property InArgument<IEnumerable^>^ Input {
    InArgument<IEnumerable^>^ get ();
    void set (InArgument<IEnumerable^>^ value);
}
function get Input () : InArgument<IEnumerable>
function set Input (value : InArgument<IEnumerable>)
member Input : InArgument<IEnumerable> with get, set

Property Value

Type: System.Activities.InArgument<IEnumerable>
The input objects.

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