Issue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.BaseSecuredObjectIssue
- 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. |