PowerTCP Emulation for .NET
Code Property




Gets or sets the code of the option to use.
Syntax
Public Property Code As OptionCode
Dim instance As Option
Dim value As OptionCode
 
instance.Code = value
 
value = instance.Code
public OptionCode Code {get; set;}
public: __property OptionCode get_Code();
public: __property void set_Code( 
   OptionCode value
);
public:
property OptionCode Code {
   OptionCode get();
   void set (    OptionCode value);
}

Property Value

An OptionCode value representing the code for the option.
Remarks

This property will reflect one of the defined Telnet option code values represented by the OptionCode enumeration. For information about each option, please see the appropriate RFC for that option.

See Also

Reference

Option Class
Option Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic