Returns the body in the form of a string if the content was easily convertable.

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

Syntax

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

Field Value

The body as a string.

See Also