JAMS Developer Guide
Input Property (PSWrapper)


MVPSI.JAMS.Activities.PowerShell Namespace > PSWrapper Class : Input Property
Optional pipeline input to pass into the PSWrapper.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Optional pipeline input to pass into the PSWrapper.")>
Public Property Input As System.Activities.InArgument(Of Object)
'Usage
 
Dim instance As PSWrapper
Dim value As System.Activities.InArgument(Of Object)
 
instance.Input = value
 
value = instance.Input
[System.ComponentModel.Description("Optional pipeline input to pass into the PSWrapper.")]
public System.Activities.InArgument<object> Input {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PSWrapper Class
PSWrapper Members