This documentation is archived and is not being maintained.

FieldCollection::Contains Method

Checks whether this collection contains the specified Field.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Contains(Int32) Checks whether this collection contains the Field that is specified by its ID.
Public method Contains(String) Checks whether this collection contains the Field that is specified by its name or reference name.
Public method Contains(Field) Checks whether this collection contains the specified Field.
Top
Show: