Click or drag to resize
XdsElementsetBoolAttr Method

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

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

Parameters

attrName
Type: SystemString

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

value
Type: SystemBoolean

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

defaultValue
Type: SystemBoolean
The default value for the attribute.
See Also