ConferenceScheduleInformation.IXmlSerializable.WriteXml Method
Serializes the XML settings
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Private Sub WriteXml ( _
writer As XmlWriter _
) Implements IXmlSerializable.WriteXml
'Usage
Dim instance As ConferenceScheduleInformation
Dim writer As XmlWriter
CType(instance, IXmlSerializable).WriteXml(writer)
void IXmlSerializable.WriteXml(
XmlWriter writer
)
Parameters
- writer
Type: System.Xml.XmlWriter
Implements
IXmlSerializable.WriteXml(XmlWriter)
See Also
Reference
ConferenceScheduleInformation Class