InfoConnect for Airlines
WriteXml Method (InputMapAction)


writes the xml to persistant storage
Writes an input map action out to an XML writer
Syntax
'Declaration
 
Public Sub WriteXml( _
   ByVal writer As XmlWriter _
) 
'Usage
 
Dim instance As InputMapAction
Dim writer As XmlWriter
 
instance.WriteXml(writer)
public void WriteXml( 
   XmlWriter writer
)

Parameters

writer
writes the xml to persistant storage
See Also