SPFieldTypeDefinition.UserCreatable Property

Gets a Boolean value that indicates whether users can create fields of the field type.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

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

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

Property Value

Type: System.Boolean
true if users can create fields of the field type; otherwise, false.

See Also

Reference

SPFieldTypeDefinition Class

SPFieldTypeDefinition Members

Microsoft.SharePoint Namespace