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.
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
Public Property TypeName As String
Get
Set
'Usage
Dim instance As TypeDescriptor
Dim value As String
value = instance.TypeName
instance.TypeName = value
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
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace