Web.AllProperties-Eigenschaft
Gets a collection of metadata for the Web site.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) 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; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Client.PropertyValues
A PropertyValues object that represents the metadata.
Hinweise
It must not be ein Nullverweis (Nothing in Visual Basic).