Cmdlet.CommandRuntime
Property
Definition
Holds the command runtime object for this command. This object controls
what actually happens when a write is called.
public System.Management.Automation.ICommandRuntime CommandRuntime { get; set; }
Property Value