PSObject Property
A collection of properties associated with the current output object selected by PSObjectIndex .
Syntax
public PSPropertyList getPSObject();
Remarks
Only complex output objects will contain properties. Simple, intrinsic types like strings and numbers will not.
This property is read-only.