XmlDocument Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| XmlConfig..::..XmlDocument Property |
| XmlConfig Class See Also Send Feedback |
Namespace:Â CuteEditor.Impl
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public XmlDocument XmlDocument { get; } |
| Visual Basic |
|---|
Public ReadOnly Property XmlDocument As XmlDocument Get |
| Visual C++ |
|---|
public: property XmlDocument^ XmlDocument { XmlDocument^ get (); } |