MVPSI.JAMS.Activities.PowerShell Namespace > PSActivity Class : Results Property |
'Declaration
<System.ComponentModel.DescriptionAttribute("The results from the PowerShell command.")> Public Property Results As System.Activities.OutArgument(Of Collection(Of PSObject))
'Usage
Dim instance As PSActivity Dim value As System.Activities.OutArgument(Of Collection(Of PSObject)) instance.Results = value value = instance.Results
[System.ComponentModel.Description("The results from the PowerShell command.")] public System.Activities.OutArgument<Collection<PSObject>> Results {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