<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _ <SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _ Public Class SPPropertyBag Inherits StringDictionary
Dim instance As SPPropertyBag
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] [SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] public class SPPropertyBag : StringDictionary
I have properties in my PropertyBag from SPWeb, however will remove this properties by "Remove" after update not removed!