CallForwardOptions.ResponseCode Property

Gets or sets the response code for forwarding 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 CallForwardOptions
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 response code is less than 300 or greater than 399.

Remarks

Only response codes in the 3xx range are allowed for ForwardOptions.

See Also

Reference

CallForwardOptions Class

CallForwardOptions Members

Microsoft.Rtc.Collaboration Namespace

CallDeclineOptions

Forward(String)

Forward(String, CallForwardOptions)