InfoConnect for Unisys
Pages Property (IT27Terminal)


Gets or sets the maximum number of pages to use. The valid range of values is 1 - 99 inclusive.

Syntax
'Declaration
 
Property Pages As Integer
'Usage
 
Dim instance As IT27Terminal
Dim value As Integer
 
instance.Pages = value
 
value = instance.Pages
int Pages {get; set;}
Remarks

A page is a data buffer from the host that consists of a specific number of columns and lines. The host application determines how many pages it sends to the PC.

See Also