SPFieldTypeDefinition.FieldTypeClass property
Gets the full name of the class that defines the logic of the field type.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property FieldTypeClass As String
Get
'Usage
Dim instance As SPFieldTypeDefinition
Dim value As String
value = instance.FieldTypeClass
public string FieldTypeClass { get; }
Property value
Type: System.String
A string that contains the full name of the class, for example, Microsoft.SharePoint.SPFieldText.