Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of SPFieldTypeDefinition objects that represents type definition information for the fields of the website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property FieldTypeDefinitionCollection As SPFieldTypeDefinitionCollection
Get
'Usage
Dim instance As SPWeb
Dim value As SPFieldTypeDefinitionCollection
value = instance.FieldTypeDefinitionCollection
public SPFieldTypeDefinitionCollection FieldTypeDefinitionCollection { get; }
Property Value
Type: Microsoft.SharePoint.SPFieldTypeDefinitionCollection
An SPFieldTypeDefinitionCollection object that represents the field type definition information.