XdsElementsetBoolAttr Method |
[Missing <summary> documentation for "M:DXMLBase.Xds.XdsElement.setBoolAttr(System.String,System.Boolean,System.Boolean)"]
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected void setBoolAttr(
string attrName,
bool value,
bool defaultValue
)
Protected Sub setBoolAttr (
attrName As String,
value As Boolean,
defaultValue As Boolean
)
protected:
void setBoolAttr(
String^ attrName,
bool value,
bool defaultValue
)
member setBoolAttr :
attrName : string *
value : bool *
defaultValue : bool -> unit
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