SPMobileItemFieldIterator.ListFormFields Property

Gets the collection of list fields for the current form.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property ListFormFields As SPFieldCollection
    Get
'Usage
Dim value As SPFieldCollection

value = Me.ListFormFields
protected virtual SPFieldCollection ListFormFields { get; }

Property Value

Type: Microsoft.SharePoint.SPFieldCollection
An SPFieldCollection of the fields for the current form. For example, if the current form creates new list items, ListFormFields returns the collection of all the list fields on the New form.

See Also

Reference

SPMobileItemFieldIterator Class

SPMobileItemFieldIterator Members

Microsoft.SharePoint.MobileControls Namespace