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
See Also
Reference
CallProvisionalResponseOptions Class