Gets/Sets the TelnetScript that this TelnetTask is bound to.
Namespace: Jscape.TelnetAssembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0
Syntax
C# |
---|
public TelnetScript Script { get; set; } |
Visual Basic |
---|
Public Property Script As TelnetScript Get Set |
Visual C++ |
---|
public: property TelnetScript^ Script { TelnetScript^ get (); void set (TelnetScript^ value); } |