Click or drag to resize
XdsElementgetAttr Method

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

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

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: String
The attribute value if it exists on the operation element, otherwise the default value.
See Also