JAMS Developer Guide
TelnetPort Property


MVPSI.JAMS.Sym.Activities Namespace > RunJobFile Class : TelnetPort Property
The TCP/IP port to use when connecting. The default is 23.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("SYM")>
<System.ComponentModel.DescriptionAttribute()>
Public Property TelnetPort As System.Integer
'Usage
 
Dim instance As RunJobFile
Dim value As System.Integer
 
instance.TelnetPort = value
 
value = instance.TelnetPort
[System.ComponentModel.Category("SYM")]
[System.ComponentModel.Description()]
public System.int TelnetPort {get; set;}
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

RunJobFile Class
RunJobFile Members