AzureDevOpsBuild.

GetWorkItemIds() Method

Summary

Gets the work item ids associated with a build.

Syntax

public IEnumerable<int> GetWorkItemIds()

Return Value

Type Description
IEnumerable<int> The work item ids associated with a build or an empty list if no build could be found and ThrowExceptionIfBuildCouldNotBeFound is set to false.