Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This post is a contribution from Nishand Vasudevan, an escalation engineer with the SharePoint Developer Support team.
The property bag is intended for small properties, like configuration or other settings. Accessing the property bag will require its own query so it comes with performance penalty. The property bag won’t get initialized when SPWeb object instantiates when calling SPSite.OpenWeb().
Comments
- Anonymous
January 01, 2003
Thanks for sharing..