Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
    serviceVersion As Integer _
)
public AuthorizationService(
    int serviceVersion
)
public:
AuthorizationService(
    int serviceVersion
)
new : 
        serviceVersion:int -> AuthorizationService
public function AuthorizationService(
    serviceVersion : int
)
Parameters
- serviceVersion
 Type: System.Int32
.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.