PropertyBag class
代表屬性包,並負責呈現在會議工作區 」 網站上的 [修改此工作區] 連結。它也會傳回所需的指令碼在網站上的某些全域變數。
Inheritance hierarchy
System.Object
System.Web.UI.Control
Microsoft.SharePoint.Meetings.PropertyBag
Namespace: Microsoft.SharePoint.Meetings
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class PropertyBag _
Inherits Control
'用途
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.