Sets a config attribute.

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

Syntax

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

Parameters

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

Implements

IConfigMgr..::.SetConfigAttribute(String, String, Object, Boolean)

See Also