Hi,
When should we use a site property?
Hello Vignesh,
When you need some sort of 'configuration' to your application that should almost never change, while the change is still possible, and the application's users shouldn't be able change it themselves.
A very common scenario for site properties is to make some configuration in multitenant applications.
Cheers.
Thank you Eduardo.