DiagnosticActionResult.Results Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.