Dart.Emulation Namespace > CommandEventArgs Class : Command Property |
Public ReadOnly Property Command As Command
Dim instance As CommandEventArgs Dim value As Command value = instance.Command
public Command Command {get;}
public: __property Command get_Command();
This property represents the command sent by the remote host. For example, if the command from the server was a DO ECHO command (asking the client to enable echoing), this property will be set to Command.Do.