共用方式為


TroubleshootingResult Class

Definition

Troubleshooting information gained from specified resource.

public class TroubleshootingResult
type TroubleshootingResult = class
Public Class TroubleshootingResult
Inheritance
TroubleshootingResult

Constructors

TroubleshootingResult()

Initializes a new instance of the TroubleshootingResult class.

TroubleshootingResult(Nullable<DateTime>, Nullable<DateTime>, String, IList<TroubleshootingDetails>)

Initializes a new instance of the TroubleshootingResult class.

Properties

Code

Gets or sets the result code of the troubleshooting.

EndTime

Gets or sets the end time of the troubleshooting.

Results

Gets or sets information from troubleshooting.

StartTime

Gets or sets the start time of the troubleshooting.

Applies to