ActivityImplementationContext.PowerShellInstance Property

Definition

The instance of System.Management.Automation.PowerShell the activity has prepared.

public:
 property System::Management::Automation::PowerShell ^ PowerShellInstance { System::Management::Automation::PowerShell ^ get(); void set(System::Management::Automation::PowerShell ^ value); };
public System.Management.Automation.PowerShell PowerShellInstance { get; set; }
member this.PowerShellInstance : System.Management.Automation.PowerShell with get, set
Public Property PowerShellInstance As PowerShell

Property Value

Applies to