VmmAddInBase::PowerShellContext Property

System Center
 

Updated: June 20, 2017

Applies To: System Center 2016 - Virtual Machine Manager

Gets the PowerShell context object which provides scripting access.

Namespace:   Microsoft.SystemCenter.VirtualMachineManager.UIAddIns
Assembly:  Microsoft.SystemCenter.VirtualMachineManager.UIAddIns (in Microsoft.SystemCenter.VirtualMachineManager.UIAddIns.dll)

protected:
property PowerShellContext^ PowerShellContext {
	PowerShellContext^ get();
	private: void set(PowerShellContext^ value);
}

Property Value

Type: Microsoft.SystemCenter.VirtualMachineManager.UIAddIns.PowerShell::PowerShellContext^

Type: PowerShellContext

The PowerShell context scripting object.

Return to top
Show: