ConferenceScheduleInformation.IXmlSerializable.ReadXml Method
Deserializes the conference schedule settings from the XML. Not required.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Private Sub ReadXml ( _
reader As XmlReader _
) Implements IXmlSerializable.ReadXml
'Usage
Dim instance As ConferenceScheduleInformation
Dim reader As XmlReader
CType(instance, IXmlSerializable).ReadXml(reader)
void IXmlSerializable.ReadXml(
XmlReader reader
)
Parameters
- reader
Type: System.Xml.XmlReader
Implements
IXmlSerializable.ReadXml(XmlReader)
See Also
Reference
ConferenceScheduleInformation Class