HealthReportEntry.Data Property

Definition

Gets additional key-value pairs describing the health of the component.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ Data { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,object> Data { get; }
member this.Data : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public ReadOnly Property Data As IReadOnlyDictionary(Of String, Object)

Property Value

Applies to