[Missing <summary> documentation for "M:DXMLBase.Xds.XdsElement.getAttr(System.String,System.String)"]
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected string getAttr(
string attrName,
string defaultValue
)
Protected Function getAttr (
attrName As String,
defaultValue As String
) As String
protected:
String^ getAttr(
String^ attrName,
String^ defaultValue
)
member getAttr :
attrName : string *
defaultValue : string -> string
Parameters
- attrName
- Type: SystemString
[Missing <param name="attrName"/> documentation for "M:DXMLBase.Xds.XdsElement.getAttr(System.String,System.String)"]
- defaultValue
- Type: SystemString
[Missing <param name="defaultValue"/> documentation for "M:DXMLBase.Xds.XdsElement.getAttr(System.String,System.String)"]
Return Value
Type:
StringThe attribute value if it exists on the operation element, otherwise the default value.
See Also