Since the namespace configured for this service reference in Visual Studio differs from the one indicated in the server schema, use type-mappers to map between the two.
Namespace:  Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Function ResolveNameFromType ( _
    clientType As Type _
) As String
protected string ResolveNameFromType(
    Type clientType
)
protected:
String^ ResolveNameFromType(
    Type^ clientType
)
member ResolveNameFromType : 
        clientType:Type -> string
protected function ResolveNameFromType(
    clientType : Type
) : String
Parameters
- clientType
 Type: System.Type
Return Value
Type: System.String
Returns 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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace