AzureDevOpsWorkItemSettings.

AzureDevOpsWorkItemSettings(Uri, Guid, int, IAzureDevOpsCredentials) Constructor

Summary

Initializes a new instance of the AzureDevOpsWorkItemSettings class.

Syntax

public AzureDevOpsWorkItemSettings(Uri collectionUrl, Guid projectGuid, int workItemId, IAzureDevOpsCredentials credentials)

Parameters

Name Type Description
collectionUrl Uri Full URL of the Azure DevOps collection, eg.
http://myserver:8080/defaultcollection
.
projectGuid Guid ID of the project.
workItemId int ID of the work item.
credentials IAzureDevOpsCredentials Credentials to use to authenticate against Azure DevOps.

Return Value

Type Description
void