DiagnosticActionResult.Results Property

Definition

Contains the results of executing a diagnostics troubleshooting package.

public:
 property ValueSet ^ Results { ValueSet ^ get(); };
ValueSet Results();
public ValueSet Results { get; }
var valueSet = diagnosticActionResult.results;
Public ReadOnly Property Results As ValueSet

Property Value

Key-value pair containing the results, such as root causes, resolutions, and so on.

Applies to