Edit

Share via


BuildDefinitionVariable Class

Definition

Represents a variable used by a build definition.

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

Constructors

BuildDefinitionVariable()

Properties

AllowOverride

Indicates whether the value can be set at queue time.

IsSecret

Indicates whether the variable's value is a secret.

Value

The value of the variable.

Methods

Clone()

A clone of this BuildDefinitionVariable.

Applies to