TargetCollection.Count Property

Definition

Gets a value indicating the number of Target objects in the TargetCollection.

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

Property Value

Int32

An integer value representing the number of Target objects in the collection.

Implements

Remarks

Each Target object in the collection represents a element in the project.

Applies to