Project.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.
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.