Dart.Telnet Namespace > CommandEventArgs Class : SubOption Property |
Public ReadOnly Property SubOption As Byte()
Dim instance As CommandEventArgs Dim value() As Byte value = instance.SubOption
public byte[] SubOption {get;}
public: __property byte[]* get_SubOption();
public: property array<byte>^ SubOption { array<byte>^ get(); }