Web.AllProperties Property
Gets a collection of metadata for the Web site.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property AllProperties As PropertyValues
Get
'Usage
Dim instance As Web
Dim value As PropertyValues
value = instance.AllProperties
[RemoteAttribute]
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).