PSEmbeddedMonitorRunspaceInfo.Command 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.
PowerShell command to run. Can be null.
public:
property System::Management::Automation::PowerShell ^ Command { System::Management::Automation::PowerShell ^ get(); };
public System.Management.Automation.PowerShell Command { get; }
member this.Command : System.Management.Automation.PowerShell
Public ReadOnly Property Command As PowerShell