Cmdlet.CommandRuntime Property
Definition
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