CallProvisionalResponseOptions.ResponseText Property
Gets or sets the value of response text to send with the provisional response.
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 CallProvisionalResponseOptions
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 parameter will be used.
See Also
Reference
CallProvisionalResponseOptions Class