AxeErrorInfo.Kind Property

Applies To: Windows 8.1

The kind of issue that occurred during the operation.

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

Usage

'Usage
Dim instance As AxeErrorInfo
Dim value As IssueType

value = instance.Kind

Syntax

'Declaration
Public ReadOnly Property Kind As IssueType
public IssueType Kind { get; }
public:
property IssueType Kind {
    IssueType get ();
}
/** @property */
public IssueType get_Kind ()
public function get Kind () : IssueType

Property Value

Returns IssueType.

Remarks

IssueType is a value that specifies the kind of issue that occurred.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

AxeErrorInfo Class
AxeErrorInfo Members
Microsoft.Assessments Namespace