PSObjectValue Property
The value of the current output object.
Object Oriented Interface
public function getPSObjectValue();
Procedural Interface
ipworksssh_psclient_get($res, 18 );
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