| IPowerShellScriptResults 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 Collection<PSObject> Results { get; set; }
Property Results As Collection(Of PSObject)
Get
Set
property Collection<PSObject^>^ Results {
Collection<PSObject^>^ get ();
void set (Collection<PSObject^>^ value);
}
abstract Results : Collection<PSObject> with get, set
Property Value
Type:
CollectionPSObjectSee Also