Share via


SetCimInstanceCommand.PassThru Property

 

Gets and sets the PassThru parameter. True means the cmdlet will output the modified result instance. The default is False and it means output nothing.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Syntax

[ParameterAttribute]
[ValidateNotNullAttribute]
public SwitchParameter PassThru { get; set; }
public:
[ParameterAttribute]
[ValidateNotNullAttribute]
property SwitchParameter PassThru {
    SwitchParameter get();
    void set(SwitchParameter value);
}
[<ParameterAttribute>]
[<ValidateNotNullAttribute>]
member PassThru : SwitchParameter with get, set
<ParameterAttribute>
<ValidateNotNullAttribute>
Public Property PassThru As SwitchParameter

Property Value

Type: System.Management.Automation.SwitchParameter

Returns SwitchParameter.

See Also

SetCimInstanceCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top