InformationType Enumeration
Defines the type of information that is contained in a bulleted list item in the report for a diagnostic test.
Namespace: Microsoft.Hpc.Diagnostics.Helpers.StepResult
Assembly: Microsoft.Hpc.Diagnostics.Helpers (in Microsoft.Hpc.Diagnostics.Helpers.dll)
Namespace: Microsoft.Hpc.Diagnostics.Helpers.StepResult
Assembly: Microsoft.Hpc.Diagnostics.Helpers (in Microsoft.Hpc.Diagnostics.Helpers.dll)
| Member name | Description |
|---|---|
| Failure | The information in the bulleted list item describes a part of the diagnostic test that failed. This enumeration value represents a value of 1. |
| Information | The information in the bulleted list item provides information about the result of a part of the diagnostic test. This enumeration value represents a value of 0. |
| Warning | The information in the bulleted list item provides a warning message about a part of the diagnostic test. This enumeration value represents a value of 2. |
This enumeration provides the possible values for the Type property and for the content of the Type element in the Diagnostic Test Step Result XML schema.
To use this enumeration in Visual Basic Scripting Edition (VBScript), you need to use the numeric values for the enumeration members or create constants that correspond to those members and set them equal to the numeric values. The following code example shows how to create and set constants for this enumeration in VBScript.
const Information = 0 const Failure = 1 const Warning = 2
Development Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Server 2008, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional, Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, with HPC Pack Client UtilitiesReference
Microsoft.Hpc.Diagnostics.Helpers.StepResult Namespace
Build Date:
Community Additions
ADD
Show: