ScreenUPG
ATM_3270_MODEL_5 Property
Example 



27x132 3270 model display size.
Syntax
'Declaration
 
Public ReadOnly Property ATM_3270_MODEL_5 As Integer
'Usage
 
Dim instance As ScreenUPG 
Dim value As Integer 
  
value = instance.ATM_3270_MODEL_5
public int ATM_3270_MODEL_5 {get;}
public: 
property int ATM_3270_MODEL_5 { 
   int get(); 
}
Remarks
Use with ModelType in 3270 XML configuration.
Example
string xml = "<ScreenTn3270 ModelType=\"" + ScreenUPG.ScreenUPG.ATM_3270_MODEL_5 + "\">\n" +
                 "<Tn3270con>\n" + 
                     "<Tcp3270con HostName=\"YOURHOST.YOURCOMPANY.com\" PortNumber=\"23\"/>\n" +
                 "</Tn3270con>\n" +
             "</ScreenTn3270>\n";
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenUPG Class
ScreenUPG Members
ATM_3270_MODEL_2 Property
ATM_3270_MODEL_3 Property
ATM_3270_MODEL_4 Property