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.
Inheritance Hierarchy
System.Object
System.Web.UI.Control
Microsoft.SharePoint.Meetings.PropertyBag
Namespace: Microsoft.SharePoint.Meetings
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class PropertyBag _
Inherits Control
'Usage
Dim instance As PropertyBag
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class PropertyBag : Control
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.