BasicList.Fields Property
SharePoint Designer Developer Reference |
Returns a ListFields collection that represents all fields in a list.
Syntax
expression.Fields
expression Required. A variable that represents a BasicList object.
Remarks
The ListFields collection contains ListField objects that correspond to the column properties of a list.
See Also