Edit

Share via


ConferenceCommandResponse.Diagnostics Property

Definition

Gets the diagnostics information from the response.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Diagnostics { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> Diagnostics { get; }
member this.Diagnostics : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Diagnostics As IDictionary(Of String, String)

Property Value

Applies to