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
|
|
Dim instance As SPWeb
Dim value As Hashtable
value = instance.AllProperties
|
|
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