SPWeb.FieldTypeDefinitionCollection Property

Gets the collection of SPFieldTypeDefinition objects that represents type definition information for the fields of the Web site.

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

Syntax

Public ReadOnly Property FieldTypeDefinitionCollection As SPFieldTypeDefinitionCollection
    Get

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.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace