ServiceLevel Constructor (String, String, Int32, Boolean)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    majorVersion As String, _
    milestone As String, _
    patchNumber As Integer, _
    isTestPatch As Boolean _
)
public ServiceLevel(
    string majorVersion,
    string milestone,
    int patchNumber,
    bool isTestPatch
)
public:
ServiceLevel(
    String^ majorVersion, 
    String^ milestone, 
    int patchNumber, 
    bool isTestPatch
)
new : 
        majorVersion:string * 
        milestone:string * 
        patchNumber:int * 
        isTestPatch:bool -> ServiceLevel
public function ServiceLevel(
    majorVersion : String, 
    milestone : String, 
    patchNumber : int, 
    isTestPatch : boolean
)

Parameters

.NET Framework Security

See Also

Reference

ServiceLevel Class

ServiceLevel Overload

Microsoft.TeamFoundation.Framework.Server Namespace