IniKeyValue.BaseValue Property

TG.INI

IniKeyValueBaseValue Property

Gets or Sets the base string value of the IniKeyValue.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public string BaseValue { get; set; }
Public Property BaseValue As String
	Get
	Set
public:
property String^ BaseValue {
	String^ get ();
	void set (String^ value);
}
member BaseValue : string with get, set

Property Value

Type: String
See Also