CallForwardOptions.ResponseCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.