ProjectInstance.Properties Property

Definition

Enumerator over properties in this project

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

Property Value

All properties in this project.

Applies to