Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the diagnostics information from the response.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Diagnostics As IDictionary(Of String, String)
Get
'Usage
Dim instance As ConferenceCommandResponse
Dim value As IDictionary(Of String, String)
value = instance.Diagnostics
public IDictionary<string, string> Diagnostics { get; }
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
See Also
Reference
ConferenceCommandResponse Class