Edit

Share via


BuildOptionInputDefinition Class

Definition

Represents an input for a build option.

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

Constructors

BuildOptionInputDefinition()

Properties

DefaultValue

The default value.

GroupName

The name of the input group that this input belongs to.

HelpDocuments

A dictionary of help documents for this input.

InputType

Indicates the type of the input value.

Label

The label for the input.

Name

The name of the input.

Options

A dictionary of options for this input.

Required

Indicates whether the input is required to have a value.

VisibleRule

The rule that is applied to determine whether the input is visible in the UI.

Applies to