Dart.Emulation Namespace > CommandEventArgs Class : OptionCode Property |
Public ReadOnly Property OptionCode As OptionCode
Dim instance As CommandEventArgs Dim value As OptionCode value = instance.OptionCode
public OptionCode OptionCode {get;}
public: __property OptionCode get_OptionCode();
public: property OptionCode OptionCode { OptionCode get(); }
This property represents the option to which the command pertains. For example, if the command from the server was a DO ECHO command (asking the client to enable echoing) this property would be set to OptionCode.Echo.