Share via


TypeDescriptor.TypeName Property

NOTE: This API is now obsolete.

Gets or sets the name of the type in the line-of-business (LOB) system's type system that is described by this TypeDescriptor.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Property TypeName As String
    Get
    Set
'Usage
Dim instance As TypeDescriptor
Dim value As String

value = instance.TypeName

instance.TypeName = value
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public string TypeName { get; set; }

Property Value

Type: System.String
A string containing the type name.

Remarks

Represents the ITypeReflector associated with the Parameter object of this TypeDescriptor that is responsible for resolving this LOB system type into a .NET type.

In the case of both Web services and databases (ADO.NET), the "LOB system type system" is .NET, so the value of TypeName is a .NET type name.

See Also

Reference

TypeDescriptor Class

TypeDescriptor Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace