BuildDefinitionCounter 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 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.BaseSecuredObjectBuildDefinitionCounter
- 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 |