ServiceLevel Constructor (String, String, Int32, Boolean)
Initializes a new instance of ServiceLevel class
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
- majorVersion
Type: System.String
- milestone
Type: System.String
- patchNumber
Type: System.Int32
- isTestPatch
Type: System.Boolean
.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.