XdsElementgetBoolAttr Method |
[Missing <summary> documentation for "M:DXMLBase.Xds.XdsElement.getBoolAttr(System.String,System.Boolean)"]
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected bool getBoolAttr(
string attrName,
bool defaultValue
)
Protected Function getBoolAttr (
attrName As String,
defaultValue As Boolean
) As Boolean
protected:
bool getBoolAttr(
String^ attrName,
bool defaultValue
)
member getBoolAttr :
attrName : string *
defaultValue : bool -> bool
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:
BooleanThe attribute value if it exists on the element, otherwise the default value.
See Also