PullRequestIssueResult.

PostedIssues Property

Summary

Gets the issues posted to the pull request.

Syntax

public IEnumerable<IIssue> PostedIssues { get; }

Value

Type Description
IEnumerable<IIssue>
GitHub