| XmlUtilsAddAttributeValue Method (XmlNode, String, Double, XmlDocument) |
Creates and adds an attribute w. value to a xml node.
Namespace:
Omada.OE.AppLogic.Serialization
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static XmlAttribute AddAttributeValue(
XmlNode node,
string attribute,
double value,
XmlDocument xmlDoc
)
Parameters
- node
- Type: System.XmlXmlNode
Node to add the attribute to.
- attribute
- Type: SystemString
Name of the attribute to add.
- value
- Type: SystemDouble
Value of the attribute.
- xmlDoc
- Type: System.XmlXmlDocument
Document that the node resides in.
Return Value
Type:
XmlAttribute
Returns the new attribute.
See Also