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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.