SPFieldTypeDefinition.ShowOnColumnTemplateCreate property

Gets a Boolean value that indicates whether the field type is displayed as an option on the New Site Column page.

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

Syntax

'Declaration
Public ReadOnly Property ShowOnColumnTemplateCreate As Boolean
    Get
'Usage
Dim instance As SPFieldTypeDefinition
Dim value As Boolean

value = instance.ShowOnColumnTemplateCreate
public bool ShowOnColumnTemplateCreate { get; }

Property value

Type: System.Boolean
true if the field type is displayed as an option on the New Site Column page; otherwise, false.

See also

Reference

SPFieldTypeDefinition class

SPFieldTypeDefinition members

Microsoft.SharePoint namespace