CallSendMessageResponseOptions.DiagnosticsInformation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the diagnostics information to be included when sending message response.
public:
property Microsoft::Rtc::Signaling::DiagnosticsInformation ^ DiagnosticsInformation { Microsoft::Rtc::Signaling::DiagnosticsInformation ^ get(); void set(Microsoft::Rtc::Signaling::DiagnosticsInformation ^ value); };
public Microsoft.Rtc.Signaling.DiagnosticsInformation DiagnosticsInformation { get; set; }
member this.DiagnosticsInformation : Microsoft.Rtc.Signaling.DiagnosticsInformation with get, set
Public Property DiagnosticsInformation As DiagnosticsInformation