Indicates whether the TextBody field has been filled out.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
HasTextBody 
As 
Boolean
C#
public 
bool 
HasTextBody { 
get; }
Visual C++
public:
property 
bool 
HasTextBody {
	
bool 
get ();
}
JavaScript
function get_
hasTextBody();

Field Value

True if the TextBody is available, otherwise false.

See Also