Web.AllProperties property
Gets a collection of metadata for the Web site.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property AllProperties As PropertyValues
Get
'Usage
Dim instance As Web
Dim value As PropertyValues
value = instance.AllProperties
public PropertyValues AllProperties { get; }
Property value
Type: Microsoft.SharePoint.Client.PropertyValues
A PropertyValues object that represents the metadata.
Remarks
It must not be a null reference (Nothing in Visual Basic).