PSObject Property
A collection of properties associated with the current output object selected by PSObjectIndex .
Syntax
[VB.NET] Public ReadOnlyProperty PSObject As PSPropertyMap
[C#] public PSPropertyMap PSObject {get;}
Remarks
Only complex output objects will contain properties. Simple, intrinsic types like strings and numbers will not.
This property is read-only.