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!

XmlDataDocument.Load

Loads the XML document from the specified XmlReader.

[Visual Basic]
Overrides Public Sub Load( _
   ByVal reader As XmlReader _
)
[C#]
public override void Load(
   XmlReader reader
);
[C++]
public: override void Load(
   XmlReader* reader
);
[JScript]
public override function Load(
   reader : XmlReader
);

Parameters

reader
XmlReader containing the XML document to load.

See Also

XmlDataDocument Class | XmlDataDocument Members | System.NewXml Namespace