Click or drag to resize

CAEXWrapperGetXAttributeValue Method

Gets the value of the Xml-Attribute with the specified attribute name of the wrapped Xml-Element.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public string GetXAttributeValue(
	XName attributeName
)

Parameters

attributeName  XName
The name of the attribute.

Return Value

String
The attribute value if the attribute is defined, otherwise null.
See Also