 | IXMLWrapperNode Property |
Get the XML node of this instance. Direct manipulations of the XML node are not monitored by the AML engine.
Namespace: Aml.Engine.XMLAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxReadOnly Property Node As XElement
Get
property XElement^ Node {
XElement^ get ();
}
Property Value
XElement
See Also