Cmdlet.CommandRuntime 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.
Holds the command runtime object for this command. This object controls what actually happens when a write is called.
public:
property System::Management::Automation::ICommandRuntime ^ CommandRuntime { System::Management::Automation::ICommandRuntime ^ get(); void set(System::Management::Automation::ICommandRuntime ^ value); };
public System.Management.Automation.ICommandRuntime CommandRuntime { get; set; }
member this.CommandRuntime : System.Management.Automation.ICommandRuntime with get, set
Public Property CommandRuntime As ICommandRuntime