ConferenceInvitationDeclineOptions.ResponseText Property
Gets or sets the response text that will be used to decline the incoming conference invitation.
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 ConferenceInvitationDeclineOptions
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
ConferenceInvitationDeclineOptions Class