XmlElementConverter.SetElementText Method

Definition

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

Sets the text of the current XmlElement to the specified value.

void SetElementText(string text)

Sets the text of the current XmlElement to the specified value.

void SetElementText(string text)

Parameters

Type Parameter name Description
String text The value to set as the text of the current XmlElement.

See Also