AzureDevOpsWorkItem.

Tags Property

Summary

Gets the tags of the work item. Returns empty list if no work item could be found and ThrowExceptionIfWorkItemCouldNotBeFound is set to false.

Syntax

public IEnumerable<string> Tags { get; }

Value

Type Description
IEnumerable<string>