TaskVersion 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.
[System.Runtime.Serialization.DataContract]
public class TaskVersion : IComparable<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskVersion>, IEquatable<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskVersion>
type TaskVersion = class
interface IComparable<TaskVersion>
interface IEquatable<TaskVersion>
Public Class TaskVersion
Implements IComparable(Of TaskVersion), IEquatable(Of TaskVersion)
- Inheritance
-
TaskVersion
- Attributes
- Implements
Constructors
| TaskVersion() | |
| TaskVersion(String) |
Properties
| IsTest | |
| Major | |
| Minor | |
| Patch |
Methods
| Clone() | |
| CompareTo(TaskVersion) | |
| Equals(Object) | |
| Equals(TaskVersion) | |
| GetHashCode() | |
| ToString() |