SPFieldTypeDefinition.TypeName property
Gets the internal name of the field type.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property TypeName As String
Get
'Usage
Dim instance As SPFieldTypeDefinition
Dim value As String
value = instance.TypeName
public string TypeName { get; }
Property value
Type: System.String
A string that contains the internal name of the field type.