Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the response code that will be used to decline the incoming ConferenceInvitation
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 ConferenceInvitationDeclineOptions
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 the value is outside the range of acceptable response codes for declining a conference invitation |
See Also
Reference
ConferenceInvitationDeclineOptions Class