Share via


ServiceLevel Constructor (String)

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

.NET Framework Security

See Also

Reference

ServiceLevel Class

ServiceLevel Overload

Microsoft.TeamFoundation.Framework.Server Namespace