XmlElementConverter.SetAttribute Method

Definition

Namespace: ASNA.DataGate.Common
Assembly: ASNA.QSys.DataGate.Client.dll

Sets the value of the attribute with the specified name in the current XmlElement.

void SetAttribute(string name, object val)

Sets the value of the attribute with the specified name in the current XmlElement.

void SetAttribute(string name, object val)

Parameters

Type Parameter name Description
String name The name of the attribute.
Object val The value to set for the attribute.

See Also