IniFile.IniSection.IniKey.Value Property

Furcadia Framework

IniFileIniSectionIniKeyValue Property

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Sets or Gets the value of the key

Namespace:  Furcadia.IO
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public string Value { get; set; }
Public Property Value As String
	Get
	Set

Dim instance As IniFileIniSectionIniKey
Dim value As String

value = instance.Value

instance.Value = value
public:
property String^ Value {
	String^ get ();
	void set (String^ value);
}
member Value : string with get, set

Property Value

Type: String
The value.
See Also

Reference