Returns the assembly-qualified name of the specified Type.
Syntax
CSharp
public override string ResolveTypeId (
Type type
)
VisualBasic
Public Overrides Function ResolveTypeId ( _
type As Type _
) As String
ManagedCPlusPlus
public:
virtual String^ ResolveTypeId (
Type^ type
) override
JSharp
Parameters
- type (Type)
The type to be resolved.
Return Value
Return Value
A string that contains the assembly-qualified name of the specified type.
Exceptions
Assembly: System.Web.Extensions (Module: System.Web.Extensions)