Gets or sets the internal temp.
Namespace:
VideoRayAssembly: vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public int InternalTemp { get; set; } |
Visual Basic (Declaration) |
---|
Public Property InternalTemp As Integer |
Visual C++ |
---|
public: property int InternalTemp { int get (); void set (int value); } |