ErrorWarning.Kind Property

Applies To: Windows 8.1

Gets the kind of item this is, in the form of an IssueType.

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

Usage

'Usage
Dim instance As ErrorWarning
Dim value As IssueType

value = instance.Kind

instance.Kind = value

Syntax

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

/** @property */
public void set_Kind (IssueType issueType)
public function get Kind () : IssueType

public function set Kind (issueType : IssueType)

Property Value

Returns IssueType.

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

ErrorWarning Class
ErrorWarning Members
Microsoft.Assessments.Runtime Namespace