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