ProjectPropertyGroupElement.PropertiesReversed Property

Definition

Get any contained properties.

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

Property Value

All child properties, starting with the last child.

Applies to