Version:
ProGetReleaseIssueInfo Class
Contains information about a project release issue in ProGet.
Inheritance Hierarchy
- object
- Inedo.ProGet.ProGetReleaseIssueInfo
Syntax
public
sealed
class
ProGetReleaseIssueInfo : IEquatable<T>
Properties
|
Name |
Description |
|
Description
|
Description of the issue.
|
|
Number
|
Number of the issue.
|
|
PackageId
|
Unique identifier of the associated package.
|
|
Resolved
|
Value indicating whether the issue has been resolved.
|
|
Type
|
Type of the issue.
|