Edit

Share via


Issue Class

Definition

Represents an issue (error, warning) associated with a build.

[System.Runtime.Serialization.DataContract]
public class Issue : Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
type Issue = class
    inherit BaseSecuredObject
Public Class Issue
Inherits BaseSecuredObject
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
Issue
Attributes

Constructors

Issue()

Properties

Category

The category.

Data

A dictionary containing details about the issue.

Message

A description of the issue.

Type

The type (error, warning) of the issue.

Methods

Clone()

Clones this object.

Applies to