Version:
ProGetReleaseIssueInfo(PUrl PackageId, int Number, bool Resolved, string Type, string Description) Constructor
Contains information about a project release issue in ProGet.
Syntax
public ProGetReleaseIssueInfo(PUrl PackageId, int Number, bool Resolved, string Type, string Description)
Parameters
- PackageId
- Type: PUrl
Unique identifier of the associated package.
- Number
- Type: int
Number of the issue.
- Resolved
- Type: bool
Value indicating whether the issue has been resolved.
- Type
- Type: string
Type of the issue.
- Description
- Type: string
Description of the issue.