Skybound AutoComplete

AutoComplete.ObjectCollection.Count Property

Gets the number of items in the collection.

[Visual Basic]
NotOverridable Public ReadOnly Property Count As Integer _
    Implements ICollection.Count
[C#]
public int Count {get;}

Property Value

The number of items in the collection.

Implements

ICollection.Count

Remarks

This property enables you to determine the number of items in the AutoComplete. You can use this value when looping through the values of the collection.

See Also

AutoComplete.ObjectCollection Class | Skybound.AutoComplete Namespace