Gets or sets extended data Byte that represents this CommandCell.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual byte ExtendedDataByte { get; set; }
Public Overridable Property ExtendedDataByte As Byte Get Set
public: virtual property unsigned char ExtendedDataByte { unsigned char get (); void set (unsigned char value); }