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