 | CAEXWrapperDocument Property |
Gets the XDocument of the wrapped XML-Element
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic XDocument Document { get; }
Public ReadOnly Property Document As XDocument
Get
public:
virtual property XDocument^ Document {
XDocument^ get () sealed;
}
Property Value
XDocumentImplements
IXMLWrapperDocument
See Also