| 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; }
Public Property Results As Collection(Of PSObject)
Get
Set
public:
virtual property Collection<PSObject^>^ Results {
Collection<PSObject^>^ get () sealed;
void set (Collection<PSObject^>^ value) sealed;
}
abstract Results : Collection<PSObject> with get, set
override Results : Collection<PSObject> with get, set
Property Value
Type:
CollectionPSObjectImplements
IPowerShellScriptResultsSee Also