Search
XmlPersistContext.XmlDocument Property
See Also
 





Gets the underlying XML document.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public XmlDocument XmlDocument { get; }

Visual Basic  Copy Code

Public ReadOnly Property XmlDocument As XmlDocument

 Property Value

An instance of the .NET XmlDocument class.

 See Also