Gets the serialized Medium object.

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

Syntax

Visual Basic (Declaration)
Protected Friend 
Overridable 
Sub 
GetCccpXml ( _
	
writer 
As 
XmlWriter _
)
C#
protected internal 
virtual 
void 
GetCccpXml(
	
XmlWriter 
writer
)
Visual C++
protected public:
virtual 
void 
GetCccpXml(
	
XmlWriter^ 
writer
)
JavaScript
function 
getCccpXml(
writer);

Parameters

writer
Type: XmlWriter
The object used to serialized the XML.

See Also