CallDeclineOptions.DiagnosticsInformation Property
Gets or sets the diagnostics information to be included when declining the call.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property DiagnosticsInformation As DiagnosticsInformation
Get
Set
'Usage
Dim instance As CallDeclineOptions
Dim value As DiagnosticsInformation
value = instance.DiagnosticsInformation
instance.DiagnosticsInformation = value
public DiagnosticsInformation DiagnosticsInformation { get; set; }
Property Value
Type: Microsoft.Rtc.Signaling.DiagnosticsInformation