SetCimInstanceCommand.PassThru 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.
The following is the definition of the input parameter "PassThru", indicate whether Set-CimInstance should output modified result instance or not.
True indicates output the result instance, otherwise output nothing as by default behavior.
public System.Management.Automation.SwitchParameter PassThru { get; set; }[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateNotNull]
public System.Management.Automation.SwitchParameter PassThru { get; set; }member this.PassThru : System.Management.Automation.SwitchParameter with get, set[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateNotNull>]
member this.PassThru : System.Management.Automation.SwitchParameter with get, setPublic Property PassThru As SwitchParameterProperty Value
- Attributes