M_Furcadia_IO_IniFile_IniSection_IniKey_SetName - 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 the key name Returns true on success, fails if the section name sKey already exists
Namespace: Furcadia.IO
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public bool SetName(
string sKey
)
VB
Public Function SetName (
sKey As String
) As Boolean
VB Usage
Dim instance As IniFile.IniSection.IniKey
Dim sKey As String
Dim returnValue As Boolean
returnValue = instance.SetName(sKey)
C++
public:
bool SetName(
String^ sKey
)
F#
member SetName :
sKey : string -> bool
- sKey
- Type: System.String
The s key.
Type: Boolean
[Missing documentation for "M:Furcadia.IO.IniFile.IniSection.IniKey.SetName(System.String)"]