[This is preliminary documentation and is subject to change.]
Result.
| C# | Visual Basic | Visual C++ |
public byte Result { get; set; }
Public Property Result As Byte
public: property unsigned char Result { unsigned char get (); void set (unsigned char value); }