Click or drag to resize
PropertiesFileWrite Method

[Missing <summary> documentation for "M:X3Platform.Configuration.PropertiesFile.Write(System.String,System.String,System.String)"]

Namespace: X3Platform.Configuration
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public void Write(
	string sectionName,
	string key,
	string value
)

Parameters

sectionName
Type: SystemString

[Missing <param name="sectionName"/> documentation for "M:X3Platform.Configuration.PropertiesFile.Write(System.String,System.String,System.String)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:X3Platform.Configuration.PropertiesFile.Write(System.String,System.String,System.String)"]

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:X3Platform.Configuration.PropertiesFile.Write(System.String,System.String,System.String)"]

See Also