Printer Friendly Version      Send     
Click to Rate and Give Feedback
SPPropertyBag Class (Microsoft.SharePoint.Utilities)
Stores arbitrary key-and-value pairs that contain custom property settings.

Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
Public Class SPPropertyBag
    Inherits StringDictionary
Visual Basic (Usage)
Dim instance As SPPropertyBag
C#
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
public class SPPropertyBag : StringDictionary
System.Object
   System.Collections.Specialized.StringDictionary
    Microsoft.SharePoint.Utilities.SPPropertyBag
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker