Edit

Share via


SourceRelatedWorkItem Class

Definition

Represents a work item related to some source item. These are retrieved from Source Providers.

[System.Runtime.Serialization.DataContract]
public class SourceRelatedWorkItem : Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
type SourceRelatedWorkItem = class
    inherit BaseSecuredObject
Public Class SourceRelatedWorkItem
Inherits BaseSecuredObject
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
SourceRelatedWorkItem
Attributes

Constructors

SourceRelatedWorkItem()

Properties

AssignedTo

Identity ref for the person that the work item is assigned to.

CurrentState

Current state of the work item, e.g. Active, Resolved, Closed, etc.

Description

Long description for the work item.

Id

Unique identifier for the work item

Links

The links to other objects related to this object.

ProviderName

The name of the provider the work item is associated with.

Title

Short name for the work item.

Type

Type of work item, e.g. Bug, Task, User Story, etc.

Applies to