Properties that have prefix px can only be set only with following method
-
Property-Set
-
Property-Set-Px
-
Property-Set-Special
-
Property-Configure-Px
C
Correct answer
Explanation
Properties with the px prefix are system-maintained and read-only. Pega prevents modifying them using standard methods like Property-Set. Developers must use the specialized Property-Set-Special method to force-write values to these system properties, making other options incorrect.