Edit

Share via


BuildOptionDefinition Class

Definition

Represents an optional behavior that can be applied to a build definition.

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

Constructors

BuildOptionDefinition()

Properties

Description

The description.

Groups

The list of input groups defined for the build option.

Id

The ID of the referenced build option.

(Inherited from BuildOptionDefinitionReference)
Inputs

The list of inputs defined for the build option.

Name

The name of the build option.

Ordinal

A value that indicates the relative order in which the behavior should be applied.

Applies to