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 CallDeclineOptions
Dim value As Integer

value = instance.ResponseCode

instance.ResponseCode = value
public int ResponseCode { get; set; }

Property Value

Type: System..::..Int32

See Also

Reference

CallDeclineOptions Class

CallDeclineOptions Members

Microsoft.Rtc.Collaboration Namespace