Share via


SPWeb.AllProperties Property

Gets a hash table that contains metadata for the Web site.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public ReadOnly Property AllProperties As Hashtable
    Get

Dim instance As SPWeb
Dim value As Hashtable

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

Property Value

Type: System.Collections.Hashtable
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

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace