MVPSI.JAMS.Activities.PowerShell Namespace > PSWrapper Class : Input Property |
'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;}
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