SPField.TypeDisplayName property

Gets the display name of the field type.

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

Syntax

'Declaration
Public Overridable ReadOnly Property TypeDisplayName As String
    Get
'Usage
Dim instance As SPField
Dim value As String

value = instance.TypeDisplayName
public virtual string TypeDisplayName { get; }

Property value

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

See also

Reference

SPField class

SPField members

Microsoft.SharePoint namespace