C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / BasePersistableObject Class / ToXml Method / ToXml(Stream) Method
The System.IO.Stream that contains the object data.

In This Topic
ToXml(Stream) Method
In This Topic
Saves an object to the specified System.IO.Stream.
Syntax
'Declaration
 
Public Overloads Sub ToXml( _
   ByVal stream As System.IO.Stream _
) 
 

Parameters

stream
The System.IO.Stream that contains the object data.
See Also