BuildOption 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.
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.BaseSecuredObjectBuildOption
- 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. |