function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DavidvzlaDavidvzla 

Creating Controller Extension

Hello friends,

probably you are used to looking a bunch of dumb questions or newbie questions, and here goes another one, 
What does the highlighted line means ? I mean I don't understand the structure, why does {get; set;} do in these context ?.

Thanks for your help, David.

User-added image
Best Answer chosen by Davidvzla
surya kanadhipatlasurya kanadhipatla
David,
Please see below link:

http://www.forcetree.com/2009/07/getter-and-setter-methods-what-are-they.html

All Answers

surya kanadhipatlasurya kanadhipatla
David,
Please see below link:

http://www.forcetree.com/2009/07/getter-and-setter-methods-what-are-they.html
This was selected as the best answer
DavidvzlaDavidvzla
Thanks for the link my friend.