| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Command As Command | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CommandEventArgs Dim value As Command value = instance.Command | |
| C# | |
|---|---|
public Command Command {get;} | |
| Managed Extensions for C++ | |
|---|---|
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.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code