In This Topic
Creates an XML encoding of the appointment.
Syntax
'Declaration
Public Overloads Overrides Sub ToXml( _
ByVal As XmlWriter _
)
public override void ToXml(
XmlWriter
)
Parameters
- writer
- The System.Xml.XmlWriter that will receive the object data.
See Also