Sets the config attribute.

Namespace:  GrassValley.Mseries.ConfigMgr
Assembly:  GrassValley.Mseries.ConfigMgr (in GrassValley.Mseries.ConfigMgr.dll) Version: 1.0.0.0

Syntax

C#
void SetConfigAttribute(
	string xpath,
	string attribName,
	Object value,
	bool persist
)
Visual Basic (Declaration)
Sub SetConfigAttribute ( _
	xpath As String, _
	attribName As String, _
	value As Object, _
	persist As Boolean _
)
Visual C++
void SetConfigAttribute(
	String^ xpath, 
	String^ attribName, 
	Object^ value, 
	bool persist
)

Parameters

xpath
Type: System..::.String
Xpath.
attribName
Type: System..::.String
Name of the attrib.
value
Type: System..::.Object
Value.
persist
Type: System..::.Boolean
Persist.

See Also