ConferenceScheduleInformation.IXmlSerializable.GetSchema Method
Returns the schema for the serialization.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Private Function GetSchema As XmlSchema
Implements IXmlSerializable.GetSchema
'Usage
Dim instance As ConferenceScheduleInformation
Dim returnValue As XmlSchema
returnValue = CType(instance, IXmlSerializable).GetSchema()
XmlSchema IXmlSerializable.GetSchema()
Return Value
Type: System.Xml.Schema.XmlSchema
null in our case.
Implements
See Also
Reference
ConferenceScheduleInformation Class