Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 ResolveTypeFromName ( _
typeName As String _
) As Type
protected Type ResolveTypeFromName(
string typeName
)
protected:
Type^ ResolveTypeFromName(
String^ typeName
)
member ResolveTypeFromName :
typeName:string -> Type
protected function ResolveTypeFromName(
typeName : String
) : Type
Parameters
- typeName
Type: System.String
Return Value
Type: System.Type
Returns Type.
.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