Represents the constant that is the largest possible Int16 value.
[Visual Basic] Public Const MaxValue As Short [C#] public const short MaxValue; [C++] public: const short MaxValue; [JScript] public var MaxValue : Int16;
The MaxValue hexadecimal value is (short)0x7FFF.