HealthReportEntry.Data プロパティ

定義

コンポーネントの正常性を説明する追加のキーと値のペアを取得します。

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)

プロパティ値

適用対象