This documentation is archived and is not being maintained.
ServiceVersionEntry Class
Visual Studio 2013
Encapsulates service version information
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The ServiceVersionEntry type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ServiceVersionEntry() | Initializes a new instance of the ServiceVersionEntry class. |
![]() | ServiceVersionEntry(String, Int32, Int32) | Initializes a new instance of the ServiceVersionEntry class. |
| Name | Description | |
|---|---|---|
![]() | MinVersion | Minimum supported service version. |
![]() | ServiceName | The name of the service. |
![]() | Version | Current service version. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
