Returns the schema for the serialization.

Namespace:  Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Private 
Function 
GetSchema 
As 
XmlSchema
	
Implements 
IXmlSerializable.
GetSchema
C#
XmlSchema 
IXmlSerializable.
GetSchema()
Visual C++
private:
virtual 
XmlSchema^ 
GetSchema() 
sealed = 
IXmlSerializable::
GetSchema
JavaScript
JavaScript does not support explicit
interface implementations.

Return Value

null in our case.

Implements

IXmlSerializableGetSchema () () ()

See Also