Maximum temperature for the product
| C# | Visual Basic | Visual C++ |
public byte TMAX { get; set; }
Public Property TMAX As Byte
public: property unsigned char TMAX { unsigned char get (); void set (unsigned char value); }
| C# | Visual Basic | Visual C++ |
public byte TMAX { get; set; }
Public Property TMAX As Byte
public: property unsigned char TMAX { unsigned char get (); void set (unsigned char value); }