ESRI.ArcGIS.ADF.Web.DataSources
WriteXml Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > TileCacheInfo Class : WriteXml Method




writer
The XmlWriter stream to which the object is serialized.
Converts an object into its XML representation.

Syntax

Visual Basic (Declaration) 
Public Sub WriteXml( _
   ByVal writer As XmlWriter _
) 
Visual Basic (Usage)Copy Code
Dim instance As TileCacheInfo
Dim writer As XmlWriter
 
instance.WriteXml(writer)
C# 
public void WriteXml( 
   XmlWriter writer
)

Parameters

writer
The XmlWriter stream to which the object is serialized.

See Also

© 2010 All Rights Reserved.