ProjectPropertyGroupTaskInstance.Properties Property

Definition

Child properties

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

Property Value

All child properties in this property group.

Applies to