CallDeclineOptions.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 declining 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 value is less than 400 or greater than 699.
Remarks
DeclineOptions do not allow the 3xx response code for decline with redirection.