Share via


ProjectPropertyGroupElement.Properties Property

Definition

Get any contained properties.

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

Property Value

All child properties.

Applies to