In Pega, properties can be aggregate (containing multiple values) or single-value. Page, PageList, PageGroup, ValueList, and ValueGroup are all aggregate property types - they can hold multiple values or nested structures. SingleValue is NOT an aggregate property - it holds exactly one scalar value like a string, number, or date, making it the correct answer for what is NOT an aggregate property.