Click or drag to resize
XdsElementgetBoolAttr Method

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

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

Parameters

attrName
Type: SystemString

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

defaultValue
Type: SystemBoolean

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

Return Value

Type: Boolean
The attribute value if it exists on the element, otherwise the default value.
See Also