ForEachItems.Count Property

Definition

Gets an Integer that shows the number of ForEachItem objects in the ForEachItems collection.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Property Value

An Integer that specifies the number of ForEachItem objects in the collection.

Implements

Applies to