| SaveToFile Method | |
| See Also |
- bstrFileName
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 bstrFileName As String _
) |
- bstrFileName
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.