SPFieldTypeDefinition.BaseRenderingTypeName property

Gets the name of the field type on which rendering of the field type definition is based.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property BaseRenderingTypeName As String
    Get
'Usage
Dim instance As SPFieldTypeDefinition
Dim value As String

value = instance.BaseRenderingTypeName
public string BaseRenderingTypeName { get; }

Property value

Type: System.String
A string that contains the name of the base field type.

See also

Reference

SPFieldTypeDefinition class

SPFieldTypeDefinition members

Microsoft.SharePoint namespace