ESRI.ArcGIS.ADF.Web.DataSources
ReadXml Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > LodInfo Class : ReadXml Method




reader
The XmlReader stream from which the object is deserialized.
Generates an object from its XML representation.

Syntax

Visual Basic (Declaration) 
Public Sub ReadXml( _
   ByVal reader As XmlReader _
) 
Visual Basic (Usage)Copy Code
Dim instance As LodInfo
Dim reader As XmlReader
 
instance.ReadXml(reader)
C# 
public void ReadXml( 
   XmlReader reader
)

Parameters

reader
The XmlReader stream from which the object is deserialized.

See Also

© 2010 All Rights Reserved.