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)
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.