TG.INI
IniKeyValueValue Property |
Gets or Sets the string value of the entry.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public override string Value { get; set; }
Public Overrides Property Value As String Get Set
public: virtual property String^ Value { String^ get () override; void set (String^ value) override; }
abstract Value : string with get, set override Value : string with get, set
Property Value
Type: StringSee Also