Furcadia Framework For Third Party Programs
IniFileIniSectionIniKeyValue Property |
[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 44
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: StringThe value.
See Also