Edit

Share via


TaskReference Class

Definition

Represents a reference to a task.

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

Constructors

TaskReference()
TaskReference(ISecuredObject)
TaskReference(TaskReference)

Properties

Id

The ID of the task definition.

Name

The name of the task definition.

Version

The version of the task definition.

Methods

Clone()

Clones this object.

Applies to