IssueType Enumeration

Applies To: Windows 8.1

The values of this enumeration specify the kind of issue that is being tracked by the assessment.

Namespace: Microsoft.Assessments
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

'Usage
Dim instance As IssueType

public enum class IssueType
public enum IssueType
public enum IssueType

Member nameDescription
ErrorAn issue associated with an error.
InfoAn issue intended to be informational.
InvalidAn issue associated with invalid data.
NoneAnother kind of issue that is not related to any of the other types.
WarningAn issue associated with a warning.

Development Platforms

Windows 8.1

 

Show: