Discussion.Fields Property

SharePoint Designer Developer Reference

Returns a ListFields collection that represents all fields in a discussion list.

Syntax

expression.Fields

expression   Required. A variable that represents a Discussion object.

Remarks

The ListFields collection contains ListField objects that correspond to the column properties of a discussion list.

See Also