Edit

Share via


TaskDefinitionReference Class

Definition

A reference to a task definition.

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

Constructors

TaskDefinitionReference()
TaskDefinitionReference(ISecuredObject)

Properties

DefinitionType

The type of task (task or task group).

Id

The ID of the task.

VersionSpec

The version of the task.

Methods

Clone()

A clone of this reference.

Applies to