Gets/Sets the value of the flag to indicate if provisional response contains the message body.

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

Syntax

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

See Also