ConnectionName Property (Read/Write) |
Top Previous Next |
Sets/gets the connection name under which will be stored the connection.
VB.NET Syntax
tnxxxx.ConnectionName [= String]
C# Syntax
tnxxxx.ConnectionName [= String];
The default values are "Tn3270E" for Tn3270 Control and "Tn5250" for Tn5250 Control.
Remarks
This property is valid only if a Profiles property has been assigned to a Profiles Control.
|