IniKeyValue.ValueInt16 Property

TG.INI

IniKeyValueValueInt16 Property

Gets or Sets the value as a short type.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public short ValueInt16 { get; set; }
Public Property ValueInt16 As Short
	Get
	Set
public:
property short ValueInt16 {
	short get ();
	void set (short value);
}
member ValueInt16 : int16 with get, set

Property Value

Type: Int16
See Also