 | IXMLWrapperOwner Property |
Gets the XML parent 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 Owner As XElement
Get
property XElement^ Owner {
XElement^ get ();
}
Property Value
XElement
See Also