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.
Stores arbitrary key and value pairs that contain custom property settings.
Inheritance Hierarchy
System.Object
System.Collections.Specialized.StringDictionary
Microsoft.SharePoint.Utilities.SPPropertyBag
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Class SPPropertyBag _
Inherits StringDictionary
'Usage
Dim instance As SPPropertyBag
public class SPPropertyBag : StringDictionary
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.