|
IniFileCode Property
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
If a Code section is detected, It's the last section in the ini file and all
lines are read into here.
this is for DSC systyle wizard scripts
Namespace:
Furcadia.IO
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public string Code { get; }
Public ReadOnly Property Code As String
Get
Dim instance As IniFile
Dim value As String
value = instance.Code
public:
property String^ Code {
String^ get ();
}
member Code : string with get
Property Value
Type:
String
The code.
See Also