Gets or sets the response code for declining the call.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
ResponseCode 
As 
Integer
C#
public 
int 
ResponseCode { 
get; 
set; }
Visual C++
public:
property 
int 
ResponseCode {
	
int 
get ();
	
void 
set (
int 
value);
}
JavaScript
function get_
responseCode();
function set_
responseCode(
value);

Remarks

DeclineOptions do not allow the 3xx response code for decline with redirection.

Exceptions

Exception Condition
ArgumentOutOfRangeException Thrown when value is less than 400 or greater than 699.

See Also