Initializes a new instance of the ServiceVersionEntry class.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    serviceName As String, _
    version As Integer, _
    minVersion As Integer _
)
public ServiceVersionEntry(
    string serviceName,
    int version,
    int minVersion
)
public:
ServiceVersionEntry(
    String^ serviceName, 
    int version, 
    int minVersion
)
new : 
        serviceName:string * 
        version:int * 
        minVersion:int -> ServiceVersionEntry
public function ServiceVersionEntry(
    serviceName : String, 
    version : int, 
    minVersion : int
)
Parameters
- serviceName 
 Type: System.String- The name of the service. 
- version 
 Type: System.Int32- Current service version. 
- minVersion 
 Type: System.Int32- Minumum supported service version. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.