Freigeben über


ServiceVersionEntry Constructor (String, Int32, Int32)

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

  • minVersion
    Type: System.Int32

    Minumum supported service version.

.NET Framework Security

See Also

Reference

ServiceVersionEntry Class

ServiceVersionEntry Overload

Microsoft.TeamFoundation.Framework.Server Namespace