Tag Archives: PropertyBag

Remove property from SPPropertyBag

Have you ever tried to remove a property from a SPWeb object and after applying the update, when you next check for the property it is still there? Logically, you’d think the following code would do this for you: webObject.Properties.Remove("yourkey"); … Continue reading

Posted in SharePoint | Tagged , | Leave a comment