SPWeb.Properties Property
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
Public ReadOnly Property Properties As SPPropertyBag
Get
Dim instance As SPWeb
Dim value As SPPropertyBag
value = instance.Properties
public SPPropertyBag Properties { get; }
Property Value
Type: Microsoft.SharePoint.Utilities.SPPropertyBag
An SPPropertyBag object that contains the property settings.