Click or drag to resize
XdsElementsetAttr Method

[Missing <summary> documentation for "M:DXMLBase.Xds.XdsElement.setAttr(System.String,System.String,System.String)"]

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void setAttr(
	string attrName,
	string value,
	string defaultValue
)

Parameters

attrName
Type: SystemString

[Missing <param name="attrName"/> documentation for "M:DXMLBase.Xds.XdsElement.setAttr(System.String,System.String,System.String)"]

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:DXMLBase.Xds.XdsElement.setAttr(System.String,System.String,System.String)"]

defaultValue
Type: SystemString
The default value for the attribute (may be empty, may not be null).
See Also