You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -492,18 +483,16 @@ When you use the *PassThru* parameter, this cmdlet returns the newly-extended ob
492
483
Otherwise, this cmdlet does not generate any output.
493
484
494
485
## NOTES
495
-
* You can add members only to PSObject objects. To determine whether an object is a PSObject object, use the "is" operator. For instance, to test an object stored in the $obj variable, type `$obj -is \[PSObject\]`.
486
+
You can add members only to PSObject objects. To determine whether an object is a PSObject object, use the "is" operator. For instance, to test an object stored in the $obj variable, type `$obj -is \[PSObject\]`.
496
487
497
-
The names of the *MemberType*, *Name*, *Value*, and *SecondValue* parameters are optional.
488
+
The names of the *MemberType*, *Name*, *Value*, and *SecondValue* parameters are optional.
498
489
If you omit the parameter names, the unnamed parameter values must appear in this order: *MemberType*, *Name*, *Value*, and *SecondValue*.
499
490
If you include the parameter names, the parameters can appear in any order.
500
491
501
-
You can use the $this automatic variable in script blocks that define the values of new properties and methods.
492
+
You can use the $this automatic variable in script blocks that define the values of new properties and methods.
502
493
The $this variable refers to the instance of the object to which the properties and methods are being added.
503
494
For more information about the $this variable, see about_Automatic_Variables.
0 commit comments