ProjectInstance.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.