IsisSettingData Constructor |
Namespace:
Atalasoft.Isis
Assembly:
Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public IsisSettingData(
string section,
string entry,
string value
)
Public Sub New (
section As String,
entry As String,
value As String
)
Parameters
- section
- Type: SystemString
Section for the data. - entry
- Type: SystemString
Settings data entry. - value
- Type: SystemString
Settings data value.
See Also