Gets property settings for the site, such as the version of Windows SharePoint Services and the language locale. Instead use the new
AllProperties property to return the settings for a Web site, because
Properties returns only a subset of these settings.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)

Syntax
Visual Basic (Declaration)
Public ReadOnly Property Properties As SPPropertyBag
Dim instance As SPWeb
Dim value As SPPropertyBag
value = instance.Properties
public SPPropertyBag Properties { get; }
Property Value
An
SPPropertyBag object that contains the property settings.

See Also