ManagementService.ResolveNameFromType Method

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

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ManagementService Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace