PSObjectIndex Property
The index of the current object selected in the list of outputs.
Object Oriented Interface
public function getPSObjectIndex(); public function setPSObjectIndex($value);
Procedural Interface
ipworksssh_psclient_get($res, 17 ); ipworksssh_psclient_set($res, 17, $value );
Default Value
0
Remarks
Specifies the index of the PowerShell object from the list of the output items returned by the server.
Setting this property causes the PSObjectBaseType, PSObjectValue, and PSObject properties to be updated to reflect the corresponding values of the PowerShell object at the specified index.
This property is not available at design time.
Data Type
Long