Edit

Share via


BuildOption Class

Definition

Represents the application of an optional behavior to a build definition.

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

Constructors

BuildOption()

Properties

BuildOptionDefinition

A reference to the build option.

Enabled

Indicates whether the behavior is enabled.

Inputs

The inputs that configure the behavior.

Applies to