Share via


ResponseText Property

Gets or sets the response text that will be used to decline the incoming call.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property ResponseText As String
    Get
    Set
'Usage
Dim instance As CallDeclineOptions
Dim value As String

value = instance.ResponseText

instance.ResponseText = value
public string ResponseText { get; set; }

Property Value

Type: System..::..String

Remarks

If this value is not set or set to null or empty then default response text based on the response code set will be used.

See Also

Reference

CallDeclineOptions Class

CallDeclineOptions Members

Microsoft.Rtc.Collaboration Namespace