Gets the invited participant's response to the invitation.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Response 
As 

ConferenceInvitationResponse
C#
public 

ConferenceInvitationResponse 
Response { 
get; }
Visual C++
public:
property 

ConferenceInvitationResponse^ 
Response {
	

ConferenceInvitationResponse^ 
get ();
}
JavaScript
function get_
response();

See Also