Back to product page

Rows property


Number of rows reported to server.

Type

Integer.

Syntax

  • C#
  • VB.NET
Int32 Rows {get; set; };

Property Rows As Int32

Remarks

This property does not affect any of the client's behavior, because wodSSH.NET does not have it's own GUI. Merely, when connecting to the server, this value is sent to the server to adjust it's display area, so when data is sent to the client it is adjusted properly. You may notice changes in wrapping of data sent by the server, for example when you issue command to list contents of some directory.

Default value is 25 rows.

Platforms

Windows