SetAFUnitOfMeasureClass.PassThru Property
- Last UpdatedDec 15, 2025
- 2 minute read
Returns objects that were changed. By default, this cmdlet does not generate any output.
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(HelpMessage = "Returns objects that were changed. By default, this cmdlet does not generate any output.")] public SwitchParameter PassThru { get; set; }
<ParameterAttribute(HelpMessage := "Returns objects that were changed. By default, this cmdlet does not generate any output.")> Public Property PassThru As SwitchParameter Get Set Dim instance As SetAFUnitOfMeasureClass Dim value As SwitchParameter value = instance.PassThru instance.PassThru = value
public: [ParameterAttribute(HelpMessage = L"Returns objects that were changed. By default, this cmdlet does not generate any output.")] property SwitchParameter PassThru { SwitchParameter get (); void set (SwitchParameter value); }
[<ParameterAttribute(HelpMessage = "Returns objects that were changed. By default, this cmdlet does not generate any output.")>] member PassThru : SwitchParameter with get, set