Click or drag to resize

IsisSettingData Constructor

Initializes a new instance of IsisSettingData class.

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
)

Parameters

section
Type: SystemString
Section for the data.
entry
Type: SystemString
Settings data entry.
value
Type: SystemString
Settings data value.
See Also