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

Visual Basic (Declaration)
Private 
Sub 
ReadXml ( _
	
reader 
As 
XmlReader _
) 
Implements 
IXmlSerializable.
ReadXml
C#
void 
IXmlSerializable.
ReadXml(
	
XmlReader 
reader
)
Visual C++
private:
virtual 
void 
ReadXml(
	
XmlReader^ 
reader
) 
sealed = 
IXmlSerializable::
ReadXml
JavaScript
JavaScript does not support explicit
interface implementations.

Parameters

reader
Type: XmlReader

Implements

IXmlSerializableReadXml(XmlReader)

See Also