PSObjectIndex Property
The index of the current object selected in the list of outputs.
Syntax
public int getPSObjectIndex(); public void setPSObjectIndex(int PSObjectIndex);
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.
Default Value
0