Count Property
Gets a value that specifies the number of Field in the collection.
Syntax
| Language | Syntax |
|---|---|
| C# | int Count { get; } |
| Visual Basic (Declaration) | ReadOnly Property Count As Integer |
| Visual C++ | property int Count { int get (); } |
Field Value
The number of Field objects in the collection.