PropertyBag class
Representa um conjunto de propriedades e é responsável por processar o link modificar este espaço de trabalho no site do espaço de trabalho de reunião. Ele também retorna algumas variáveis globais que são necessários para execução de scripts no 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
'Declaração
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class PropertyBag _
Inherits Control
'Uso
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.