Click or drag to resize
PropertiesFileRemove Method

[Missing <summary> documentation for "M:X3Platform.Configuration.PropertiesFile.Remove(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 Remove(
	string sectionName,
	string key
)

Parameters

sectionName
Type: SystemString

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

key
Type: SystemString

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

See Also