Gets or sets the response text that will be used to decline the incoming call.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
ResponseText 
As 
String
C#
public 
string 
ResponseText { 
get; 
set; }
Visual C++
public:
property 
String^ 
ResponseText {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}
JavaScript
function get_
responseText();
function set_
responseText(
value);

Remarks

If this value is not set or set to null or empty then default response text based on the response code set will be used.

See Also