Edit

Share via


BuildDefinitionCounter Class

Definition

Represents a variable that increases in value with each build.

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

Constructors

BuildDefinitionCounter()

Properties

Id

The unique Id of the Counter.

Seed

This is the original counter value.

Value

This is the current counter value.

Methods

Clone()

Clones this BuildDefinitionCounter

Applies to