0 out of 1 rated this helpful - Rate this topic

PropertyBag Class

Represents a property bag and is responsible for rendering the Modify This Workspace link on the Meeting Workspace site. It also returns some global variables that are needed for scripting on the site.

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.Meetings.PropertyBag

Namespace:  Microsoft.SharePoint.Meetings
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class PropertyBag : Control
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Alternative Way of Viewing/Editing properties
Or, you can use SharePoint designer for this--at least at the Site level.  Go to Site Options (on the ribbon, at the right side), and the Parameters tab lists them there.

Mike Sharp
PropertyBag editor
SharePoint 2010 does not provide a user interface (UI) to read and write these configuration settings at run time. To do this, you can use the property bag editor on CodePlex:
  • Property bag editor for SharePoint 2010: http://pbs2010.codeplex.com
  • Property bag editor for SharePoint 2007: http://pbs.codeplex.com