P_Furcadia_IO_IniFile_IniSection_IniKey_Value - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
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 43
C#
public string Value { get; set; }
VB
Public Property Value As String
Get
Set
VB Usage
Dim instance As IniFile.IniSection.IniKey
Dim value As String
value = instance.Value
instance.Value = value
C++
public:
property String^ Value {
String^ get ();
void set (String^ value);
}
F#
member Value : string with get, set
Type: String
The value.