Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the response code for declining the call.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ResponseCode As Integer
Get
Set
'Usage
Dim instance As CallDeclineOptions
Dim value As Integer
value = instance.ResponseCode
instance.ResponseCode = value
public int ResponseCode { get; set; }
Property Value
Type: System.Int32
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when value is less than 400 or greater than 699. |
Remarks
DeclineOptions do not allow the 3xx response code for decline with redirection.