Gets the element XML as a string.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ElementXml 
As 
String
C#
public 
string 
ElementXml { 
get; }
Visual C++
public:
property 
String^ 
ElementXml {
	
String^ 
get ();
}
JavaScript
function get_
elementXml();

See Also