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 ( _
    serviceLevel As String _
)
public ServiceLevel(
    string serviceLevel
)
public:
ServiceLevel(
    String^ serviceLevel
)
new : 
        serviceLevel:string -> ServiceLevel
public function ServiceLevel(
    serviceLevel : String
)
Parameters
- serviceLevel
 Type: System.String
.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.