Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
SDK Documentation
SPWeb Class
SPWeb Properties
 AllProperties Property

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
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)
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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Boolean values get lost after SPWeb.Update()      candril   |   Edit   |   Show History
Boolean values added to the SPWeb.AllProperties Hashtable get lost after SPWeb.Update().
As far as I investigated only String values are allowed.
Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker