BuildPropertyGroup.Count Property

Definition

Gets a value indicating the number of BuildProperty objects in the BuildPropertyGroup.

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

Property Value

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

Remarks

A BuildPropertyGroup object can represent a element in the project, or a virtual collection of properties, such as global properties or environment variable properties.

Applies to