Click or drag to resize
AkXmlSetAttribute Method (XmlElement, String, Object)

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void SetAttribute(
	XmlElement nd,
	string attrName,
	Object attrValue
)

Parameters

nd
Type: System.XmlXmlElement
attrName
Type: SystemString
attrValue
Type: SystemObject
See Also