PSObjectValue Property
The value of the current output object.
Syntax
char* GetPSObjectValue();
Default Value
""
Remarks
An output object might have an intrinsic value if it's a primitive CLR object, like a string or integer. For all other objects, this will always be an empty string.
This property is read-only.
Data Type
String