| SaveToFile Method | |
| See Also |
- FileName
Specifies the path and file name of the XML data.
Specifies the path and file name of the XML data.
Save the object to a file as XML data.
| Visual Basic |
|---|
Public Sub SaveToFile( _
   ByVal FileName As String _
) |
- FileName
Specifies the path and file name of the XML data.
Specifies the path and file name of the XML data.
You can use this method for development technologies that do not support return value as an Out parameter, such as ASP.