CallMessageReceivedEventArgs.DisableAutomaticResponse Property
Gets or sets whether a response will be sent by the applicationor not. If true, the application is responsible for sending the response.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property DisableAutomaticResponse As Boolean
Get
Set
'Usage
Dim instance As CallMessageReceivedEventArgs
Dim value As Boolean
value = instance.DisableAutomaticResponse
instance.DisableAutomaticResponse = value
public bool DisableAutomaticResponse { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
CallMessageReceivedEventArgs Class