IniEntry.Value Property

TG.INI

IniEntryValue 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 virtual string Value { get; set; }
Public Overridable Property Value As String
	Get
	Set
public:
virtual property String^ Value {
	String^ get ();
	void set (String^ value);
}
abstract Value : string with get, set
override Value : string with get, set

Property Value

Type: String
See Also