XmlDocument.Implementation Property

Definition

Gets the Implementation object for the document.

public:
 property XmlDomImplementation ^ Implementation { XmlDomImplementation ^ get(); };
XmlDomImplementation Implementation();
public XmlDomImplementation Implementation { get; }
var xmlDomImplementation = xmlDocument.implementation;
Public ReadOnly Property Implementation As XmlDomImplementation

Property Value

The Implementation object for the document.

Applies to