Project.Properties Property

Definition

Properties in this project. Since evaluation has occurred, this is an unordered collection.

public:
 property System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::ProjectProperty ^> ^ Properties { System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::ProjectProperty ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectProperty> Properties { get; }
member this.Properties : System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectProperty>
Public ReadOnly Property Properties As ICollection(Of ProjectProperty)

Property Value

An enumerator over all properties in this project. Since properties are evaluated as they appear, this is an unordered collection.

Applies to