Gets/Sets the next task executed after this TelnetTask.
Namespace: Jscape.TelnetAssembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0
Syntax
C# |
---|
public TelnetTask NextTask { get; set; } |
Visual Basic |
---|
Public Property NextTask As TelnetTask Get Set |
Visual C++ |
---|
public: property TelnetTask^ NextTask { TelnetTask^ get (); void set (TelnetTask^ value); } |