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




reader
XML reader with attributes for the class properties.
Reads properties of the DataSourceInfo from the XML reader.

Syntax

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

Parameters

reader
XML reader with attributes for the class properties.

See Also

© 2010 All Rights Reserved.