Edit

Share via


CallForwardOptions.ResponseCode Property

Definition

Gets or sets the response code for forwarding the call.

public:
 property int ResponseCode { int get(); void set(int value); };
public int ResponseCode { get; set; }
member this.ResponseCode : int with get, set
Public Property ResponseCode As Integer

Property Value

Exceptions

Thrown when response code is less than 300 or greater than 399.

Remarks

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

Applies to