TaskDefinitionReference Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.BaseSecuredObjectTaskDefinitionReference
- 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. |