|
IniFileIniSectionIniKeySetName Method
|
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 59
Syntax public bool SetName(
string sKey
)
Public Function SetName (
sKey As String
) As Boolean
Dim instance As IniFileIniSectionIniKey
Dim sKey As String
Dim returnValue As Boolean
returnValue = instance.SetName(sKey)
public:
bool SetName(
String^ sKey
)
member SetName :
sKey : string -> bool
Parameters
- sKey
- Type: SystemString
The s key.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Furcadia.IO.IniFile.IniSection.IniKey.SetName(System.String)"]
See Also