Click or drag to resize
Galactic API

PowerShellScriptResults Property

The results of the Powershell Script call.

Namespace:  Galactic.PowerShell
Assembly:  Galactic.PowerShell (in Galactic.PowerShell.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public Collection<PSObject> Results { get; set; }

Property Value

Type: CollectionPSObject

Implements

IPowerShellScriptResults
See Also