Gets or sets the response code that will be used to decline the incoming ConferenceInvitation

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);

Exceptions

Exception Condition
ArgumentOutOfRangeException Thrown when the value is outside the range of acceptable response codes for declining a conference invitation

See Also