SetCimInstanceCommand.PassThru Property

Definition

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, set
Public Property PassThru As SwitchParameter

Property Value

Attributes

Applies to