SPWeb Properties


SPWeb.AllProperties Property (Microsoft.SharePoint)
Gets a hash table that contains metadata for the Web site.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property AllProperties As Hashtable
Visual Basic (Usage)
Dim instance As SPWeb
Dim value As Hashtable

value = instance.AllProperties
C#
public Hashtable AllProperties { get; }

Property Value

A System.Collections.Hashtable object that contains information such as shown in the following code sample.
vti_extenderversion  12.0.0.3528vti_approvallevels  Approved Denied Pending\ Reviewvti_associatevisitorgroup  4vti_categories  Business Competition Expense\ Report Goals/Objectives Ideas In\ Process Miscellaneous Planning Schedule Travel VIP Waitingvti_associatemembergroup  5vti_defaultlanguage  en-usvti_associateownergroup  3vti_associategroups  5;4;3vti_createdassociategroups  5;4;3
See Also

Tags :


Community Content

candril
Boolean values get lost after SPWeb.Update()
Boolean values added to the SPWeb.AllProperties Hashtable get lost after SPWeb.Update().
As far as I investigated only String values are allowed.
Tags :

Page view tracker