TG.INI
IniKeyValueValueInt Property |
Gets or Sets the value as an integer type.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public int ValueInt { get; set; }
Public Property ValueInt As Integer Get Set
public: property int ValueInt { int get (); void set (int value); }
member ValueInt : int with get, set
Property Value
Type: Int32See Also