'Declaration Public Overloads Function SaveXml( _ ByVal stream As System.IO.Stream _ ) As System.Boolean
public System.bool SaveXml( System.IO.Stream stream )
Parameters
- stream
- The stream to which you want to save.
Return Value
True, if the document is successfully saved; otherwise, False.