 | CAEXWrapperGetXAttributeValue Method |
Gets the value of the Xml-Attribute with the specified attribute name of the wrapped Xml-Element.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string GetXAttributeValue(
XName attributeName
)
Public Function GetXAttributeValue (
attributeName As XName
) As String
public:
String^ GetXAttributeValue(
XName^ attributeName
)
Parameters
- attributeName XName
- The name of the attribute.
Return Value
StringThe attribute value if the attribute is defined, otherwise
null.
See Also