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