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