ITypeDescriptor.TypeName Property
Retrieves the name of the data type represented by this type descriptor.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property TypeName As String
Get
'Usage
Dim instance As ITypeDescriptor
Dim value As String
value = instance.TypeName
string TypeName { get; }
Property Value
Type: System.String
The name of the data type.
Remarks
Warning
The TypeName attribute of a TypeDesriptor is a string understood by the TypeReflector. Although it may seem to be the name of a .NET Framework Type in certain cases, the value of the attribute should not be used outside of the corresponding TypeReflector.