 | IXMLWrapperDocument Property |
Gets the XDocument containing the XML node of this object.
If the object has not been inserted into a document, the XDocument is null.
Direct manipulations of the XML document are not monitored by the AML engine.
Namespace: Aml.Engine.XMLAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxXDocument Document { get; }
ReadOnly Property Document As XDocument
Get
property XDocument^ Document {
XDocument^ get ();
}
Property Value
XDocument
See Also