NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlDocument.Implementation

Gets the XmlImplementation object for this document.

[Visual Basic]
Public ReadOnly Property Implementation As XmlImplementation
[C#]
public XmlImplementation Implementation {get;}
[C++]
public: __property XmlImplementation* get_Implementation();
[JScript]
public function get Implementation() : XmlImplementation;

Property Value

The XmlImplementation object for this document.

See Also

XmlDocument Class | XmlDocument Members | System.NewXml Namespace