ActivityImplementationContext.PowerShellInstance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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